From 46ed093979dc4871a57338cc969ef128f56611f8 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Mon, 16 Jun 2014 15:53:04 -0700 Subject: [PATCH] small tweaks for 14.04 --- UbuntuInstallation.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/UbuntuInstallation.md b/UbuntuInstallation.md index 4205648..b59279d 100644 --- a/UbuntuInstallation.md +++ b/UbuntuInstallation.md @@ -116,19 +116,24 @@ apt-cache policy libboost-dev python-dev libxml2 libxml2-dev \ libfreetype6 libfreetype6-dev \ libjpeg-dev \ - libltdl7 libltdl-dev \ libpng-dev \ libproj-dev \ libtiff-dev \ libcairo2 libcairo2-dev python-cairo python-cairo-dev \ libcairomm-1.0-1 libcairomm-1.0-dev \ ttf-unifont ttf-dejavu ttf-dejavu-core ttf-dejavu-extra \ - git build-essential python-nose clang \ + git build-essential python-nose \ libgdal1-dev python-gdal \ postgresql-9.1 postgresql-server-dev-9.1 postgresql-contrib-9.1 postgresql-9.1-postgis \ libsqlite3-dev ``` +Note: for Ubuntu >=14.04 postgres/postgis versions have shifted, so do: + +``` +sudo apt-get install -y postgresql-9.3 postgresql-server-dev-9.3 postgresql-contrib-9.3 postgresql-9.3-postgis-2.1 +``` + ### Source install of Mapnik 2.3.x ```sh