Updated Installing Mapnik on Ubuntu (markdown)

springmeyer 2012-03-16 09:38:42 -07:00
parent d6532a33a2
commit 85d573dabe

@ -17,19 +17,28 @@ For previous versions see the archived notes at [[UbuntuInstallationOld]]
**For nightly builds from master (2.x)** **For nightly builds from master (2.x)**
This is the bleeding edge, compiled directly from https://github.com/mapnik/mapnik/commits/master
```sh ```sh
sudo add-apt-repository ppa:mapnik/nightly-trunk sudo add-apt-repository ppa:mapnik/nightly-trunk
sudo apt-get update sudo apt-get update
sudo apt-get install libmapnik mapnik-utils python-mapnik sudo apt-get install libmapnik mapnik-utils python-mapnik
``` ```
Packages come from: https://launchpad.net/~mapnik/+archive/nightly-trunk/+packages
**For v2.0.x version** **For v2.0.x version**
This is the stable 2.0.x series, updated whenever there is a commit pushed to the 2.0.x branch (which is only bugfix backports) - the next release in this series is 2.0.1.
```sh ```sh
sudo add-apt-repository ppa:mapnik/nightly-2.0 sudo add-apt-repository ppa:mapnik/nightly-2.0
sudo apt-get update sudo apt-get update
sudo apt-get install libmapnik mapnik-utils python-mapnik sudo apt-get install libmapnik mapnik-utils python-mapnik
``` ```
Packages come from: https://launchpad.net/~mapnik/+archive/nightly-2.0/+packages
**For v0.7.2 version** **For v0.7.2 version**
```sh ```sh