13 lines
235 B
Python
13 lines
235 B
Python
|
#edit this file
|
||
|
|
||
|
PREFIX = '/opt/mapnik'
|
||
|
BOOST_ROOT = '/opt/boost'
|
||
|
FREETYPE2_ROOT = '/opt/freetype2'
|
||
|
PYTHON_VERSION = '2.4'
|
||
|
PYTHON_ROOT = '/opt/python'
|
||
|
AGG_ROOT = '/opt/agg23'
|
||
|
|
||
|
# postgis datasource
|
||
|
POSTGRESQL_ROOT = '/opt/postgresql8'
|
||
|
|