mirror of
https://github.com/mapnik/mapnik.git
synced 2025-07-23 00:23:53 +00:00
small tweaks for 14.04
@ -116,19 +116,24 @@ apt-cache policy libboost-dev
|
|||||||
python-dev libxml2 libxml2-dev \
|
python-dev libxml2 libxml2-dev \
|
||||||
libfreetype6 libfreetype6-dev \
|
libfreetype6 libfreetype6-dev \
|
||||||
libjpeg-dev \
|
libjpeg-dev \
|
||||||
libltdl7 libltdl-dev \
|
|
||||||
libpng-dev \
|
libpng-dev \
|
||||||
libproj-dev \
|
libproj-dev \
|
||||||
libtiff-dev \
|
libtiff-dev \
|
||||||
libcairo2 libcairo2-dev python-cairo python-cairo-dev \
|
libcairo2 libcairo2-dev python-cairo python-cairo-dev \
|
||||||
libcairomm-1.0-1 libcairomm-1.0-dev \
|
libcairomm-1.0-1 libcairomm-1.0-dev \
|
||||||
ttf-unifont ttf-dejavu ttf-dejavu-core ttf-dejavu-extra \
|
ttf-unifont ttf-dejavu ttf-dejavu-core ttf-dejavu-extra \
|
||||||
git build-essential python-nose clang \
|
git build-essential python-nose \
|
||||||
libgdal1-dev python-gdal \
|
libgdal1-dev python-gdal \
|
||||||
postgresql-9.1 postgresql-server-dev-9.1 postgresql-contrib-9.1 postgresql-9.1-postgis \
|
postgresql-9.1 postgresql-server-dev-9.1 postgresql-contrib-9.1 postgresql-9.1-postgis \
|
||||||
libsqlite3-dev
|
libsqlite3-dev
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Note: for Ubuntu >=14.04 postgres/postgis versions have shifted, so do:
|
||||||
|
|
||||||
|
```
|
||||||
|
sudo apt-get install -y postgresql-9.3 postgresql-server-dev-9.3 postgresql-contrib-9.3 postgresql-9.3-postgis-2.1
|
||||||
|
```
|
||||||
|
|
||||||
### Source install of Mapnik 2.3.x
|
### Source install of Mapnik 2.3.x
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
Reference in New Issue
Block a user