From 92803f1807fc0e1642c9c0ff1396d9d0c7c9eef0 Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Sat, 3 Dec 2005 09:41:50 +0000 Subject: [PATCH] generic settings --- settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings.py b/settings.py index 28912de16..80d9b6d3b 100644 --- a/settings.py +++ b/settings.py @@ -19,11 +19,11 @@ #edit this file PREFIX = '/opt/mapnik' -BOOST_ROOT = '/home/artem/projects/boost_1_33_0' +BOOST_ROOT = '/opt/boost/boost_1_33_1' FREETYPE2_ROOT = '/usr/include/freetype2' PYTHON_VERSION = '2.4' PYTHON_ROOT = '/opt/python' -AGG_ROOT = '/opt/agg24' +AGG_ROOT = '/opt/agg-2.4' # postgis datasource POSTGRESQL_ROOT = '/opt/postgresql8'