From 113ccb3db9dc725fac19fd55573426cf7092e231 Mon Sep 17 00:00:00 2001 From: springmeyer Date: Fri, 24 Aug 2012 11:19:29 -0700 Subject: [PATCH] Updated UbuntuInstallation (markdown) --- UbuntuInstallation.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/UbuntuInstallation.md b/UbuntuInstallation.md index 5c7ff12..76857cf 100644 --- a/UbuntuInstallation.md +++ b/UbuntuInstallation.md @@ -21,6 +21,18 @@ First, ensure `add-apt-repository` is installed: sudo apt-get install -y python-software-properties ``` +**Mapnik v2.1.0** + +This is the latest in the 2.1.x series. + +```sh +sudo add-apt-repository ppa:mapnik/v2.1.0 +sudo apt-get update +sudo apt-get install libmapnik mapnik-utils python-mapnik +``` + +These packages come from: https://launchpad.net/~mapnik/+archive/v2.0.2/+packages + **Mapnik v2.0.2** This is the latest in the stable 2.0.x series. @@ -33,7 +45,7 @@ sudo apt-get install libmapnik mapnik-utils python-mapnik These packages come from: https://launchpad.net/~mapnik/+archive/v2.0.2/+packages -**For nightly builds from master (2.1.x)** +**For nightly builds from master (2.2.x)** This is the bleeding edge - built nightly - directly from https://github.com/mapnik/mapnik/commits/master