small correction

This commit is contained in:
Artem Pavlenko 2005-09-01 19:36:13 +00:00
parent 9f32454ae9
commit 83fb81f7be

View file

@ -13,12 +13,12 @@ Other dependencies include:
3. libpng
4. libjpeg
5. freetype2
6. postgresql (+postgis)
6. postgresql (+postgis) - if you want to build postgis datasource
Building
Once you satisfy all dependencies you can build mapnik by issuing the following command:
:/> scons DATASOURCES=postgis PREFIX=/where/to/install install
:/> scons DATASOURCES=all PREFIX=/where/to/install install
This should compile, link and install all relevant libraries/headers in PREFIX.