From e5c3e7c4cc68d724989dd41dd87ff2ab5e26ba18 Mon Sep 17 00:00:00 2001 From: springmeyer Date: Mon, 14 Jan 2013 16:12:29 -0800 Subject: [PATCH] Updated UbuntuInstallation (markdown) --- UbuntuInstallation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UbuntuInstallation.md b/UbuntuInstallation.md index d58035e..8d10473 100644 --- a/UbuntuInstallation.md +++ b/UbuntuInstallation.md @@ -96,7 +96,7 @@ apt-cache policy libboost-dev ```sh # get a build environment going... - sudo apt-get install -y g++ cpp \ + sudo apt-get install \ libicu-dev \ libboost-filesystem-dev \ libboost-program-options-dev \ @@ -108,7 +108,7 @@ apt-cache policy libboost-dev libltdl7 libltdl-dev \ libpng-dev \ libproj-dev \ - libgeotiff-dev libtiff-dev libtiffxx0c2 \ + 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 \