Updated UbuntuInstallation (markdown)

duebbert 2013-05-22 10:22:06 -07:00
parent 813dc8b8c1
commit 45cb909747

@ -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
```