small correction
This commit is contained in:
parent
9f32454ae9
commit
83fb81f7be
1 changed files with 2 additions and 2 deletions
4
INSTALL
4
INSTALL
|
@ -13,12 +13,12 @@ Other dependencies include:
|
||||||
3. libpng
|
3. libpng
|
||||||
4. libjpeg
|
4. libjpeg
|
||||||
5. freetype2
|
5. freetype2
|
||||||
6. postgresql (+postgis)
|
6. postgresql (+postgis) - if you want to build postgis datasource
|
||||||
|
|
||||||
Building
|
Building
|
||||||
Once you satisfy all dependencies you can build mapnik by issuing the following command:
|
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.
|
This should compile, link and install all relevant libraries/headers in PREFIX.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue