From 45cb90974701024d007e1775688ae09312548e7d Mon Sep 17 00:00:00 2001 From: duebbert Date: Wed, 22 May 2013 10:22:06 -0700 Subject: [PATCH] Updated UbuntuInstallation (markdown) --- UbuntuInstallation.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/UbuntuInstallation.md b/UbuntuInstallation.md index 0e6da66..9b711c2 100644 --- a/UbuntuInstallation.md +++ b/UbuntuInstallation.md @@ -136,7 +136,10 @@ git clone http://github.com/mapnik/mapnik # Or instead download the latest version (currently 2.1.0): wget https://github.com/downloads/mapnik/mapnik/mapnik-v2.1.0.tar.bz2 +tar xfj mapnik-v2.1.0.tar.bz2 +mv mapnik-v2.1.0 mapnik +# Then start compiling cd mapnik ./configure && make && sudo make install ```