Dependencies for Debian 7 (if you want to Mapnik 2.2 from source)

dpfeilsticker 2013-06-24 05:28:31 -07:00
parent df4ee763b5
commit 344ccf334f

@ -8,7 +8,7 @@
**Wheezy**:
Directly bundled in distribution
Version 2.0 Directly bundled in distribution
```sh
apt-get install libmapnik2-2.0 mapnik-utils
@ -20,6 +20,36 @@ A backport was done from Wheezy version
Follow instructions from http://osm.fsffrance.org/debian-backports/README to install
## Dependencies for Debian 7: Wheezy (stable) for Mapnik 2.2
```sh
sudo apt-get install \
g++ cpp \
libicu-dev libicu48 \
python-dev \
libboost-system-dev \
libboost-filesystem-dev \
libboost-iostreams-dev \
libboost-thread-dev \
libboost-python-dev \
libboost-program-options-dev \
libboost-regex-dev \
libxml2 libxml2-dev \
libfreetype6 libfreetype6-dev \
libjpeg8 libjpeg8-dev \
libpng12-0 libpng12-dev \
libtiff5 libtiff5-dev \
libltdl7 libltdl-dev \
libproj0 libproj-dev \
libcairo2 libcairo2-dev python-cairo python-cairo-dev \
libcairomm-1.0-1 libcairomm-1.0-dev \
ttf-dejavu ttf-dejavu-core ttf-dejavu-extra ttf-unifont \
postgresql postgresql-server-dev-9.1 postgresql-contrib \
libgdal1-dev python-gdal \
postgresql-9.1-postgis libsqlite3-dev \
subversion build-essential python-nose
```
## Dependencies for Debian 6: Squeeze (stable)
```sh