From 83903cd9b671c5f74172e6f93497e707f5d58945 Mon Sep 17 00:00:00 2001 From: springmeyer Date: Wed, 14 Mar 2012 19:26:28 -0700 Subject: [PATCH] Updated Installing Mapnik on Ubuntu (markdown) --- UbuntuInstallation.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/UbuntuInstallation.md b/UbuntuInstallation.md index 2fa609c..08ed7ee 100644 --- a/UbuntuInstallation.md +++ b/UbuntuInstallation.md @@ -1,5 +1,6 @@ # Installing Mapnik on Ubuntu -For all versions of Ubuntu make sure you are up to date before starting to install: + +For all versions of Ubuntu it is a good idea to be fully up to date before starting: ```sh sudo apt-get update @@ -19,7 +20,6 @@ For previous versions see the archived notes at [[UbuntuInstallationOld]] ```sh sudo add-apt-repository ppa:mapnik/nightly-trunk sudo apt-get update - sudo apt-get upgrade sudo apt-get install libmapnik mapnik-utils python-mapnik ``` **For v2.0.x version** @@ -27,7 +27,6 @@ For previous versions see the archived notes at [[UbuntuInstallationOld]] ```sh sudo add-apt-repository ppa:mapnik/nightly-2.0 sudo apt-get update - sudo apt-get upgrade sudo apt-get install libmapnik mapnik-utils python-mapnik ``` @@ -36,7 +35,6 @@ For previous versions see the archived notes at [[UbuntuInstallationOld]] ```sh sudo add-apt-repository ppa:mapnik/nightly-0.7 sudo apt-get update - sudo apt-get upgrade sudo apt-get install libmapnik mapnik-utils python-mapnik ```