62 | | 0.7.1 is packaged for Squeeze: |
63 | | {{{ |
64 | | apt-get install python-mapnik unzip |
| 62 | 2.0 is packaged for Wheezy, but we want the latest: |
| 63 | {{{ |
| 64 | apt-get install -y libboost-dev libboost-filesystem-dev libboost-python-dev libboost-regex-dev libboost-system-dev libboost-thread-dev libpq-dev libfreetype6-dev libxml2-dev libjpeg-dev libpng-dev libtiff-dev libproj-dev |
| 65 | wget http://mapnik.s3.amazonaws.com/dist/v2.2.0/mapnik-v2.2.0.tar.bz2 |
| 66 | tar jxvf mapnik-v2.2.0.tar.bz2 |
| 67 | cd mapnik-v2.2.0 |
| 68 | ./configure |
| 69 | make |
| 70 | make test-local |
| 71 | make install |