add new commands needed to install datasource plugins for ppas for 2.3.x and above.

Dane Springmeyer 2013-11-02 14:04:24 -07:00
parent e4c264648d
commit d45f00dfc3

@ -35,17 +35,22 @@ sudo apt-get install libmapnik mapnik-utils python-mapnik
These packages come from: https://launchpad.net/~mapnik/+archive/v2.2.0/+packages
**Mapnik v2.1.0**
**Mapnik v2.3.x**
This is the latest in the 2.1.x series.
This is the nightly build of the upcoming 2.3.0 release
```sh
sudo add-apt-repository ppa:mapnik/v2.1.0
sudo add-apt-repository ppa:mapnik/nightly-2.3
sudo apt-get update
sudo apt-get install libmapnik mapnik-utils python-mapnik
# also install datasource plugins if you need them
sudo apt-get install mapnik-input-plugin-gdal mapnik-input-plugin-ogr\
mapnik-input-plugin-postgis \
mapnik-input-plugin-sqlite \
mapnik-input-plugin-osm
```
These packages come from: https://launchpad.net/~mapnik/+archive/v2.1.0/+packages
These packages come from: https://launchpad.net/~mapnik/+archive/nightly-2.3/+packages
**For nightly builds from master (3.0.0-pre)**
@ -55,6 +60,10 @@ This is the latest development code - built nightly - directly from https://gith
sudo add-apt-repository ppa:mapnik/nightly-trunk
sudo apt-get update
sudo apt-get install libmapnik mapnik-utils python-mapnik
sudo apt-get install mapnik-input-plugin-gdal mapnik-input-plugin-ogr\
mapnik-input-plugin-postgis \
mapnik-input-plugin-sqlite \
mapnik-input-plugin-osm
```
These packages come from: https://launchpad.net/~mapnik/+archive/nightly-trunk/+packages