From d45f00dfc37c46316ba70d8f6bb0ac1421c92425 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Sat, 2 Nov 2013 14:04:24 -0700 Subject: [PATCH] add new commands needed to install datasource plugins for ppas for 2.3.x and above. --- UbuntuInstallation.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/UbuntuInstallation.md b/UbuntuInstallation.md index d8e08da..bd32886 100644 --- a/UbuntuInstallation.md +++ b/UbuntuInstallation.md @@ -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