From c35d57dba731ad4af620f7066f4adc3ce50c2b7e Mon Sep 17 00:00:00 2001 From: springmeyer Date: Tue, 24 Jul 2012 19:07:50 -0700 Subject: [PATCH] recommend building with clang++ --- UbuntuInstallation.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/UbuntuInstallation.md b/UbuntuInstallation.md index 256c1f9..b17a11a 100644 --- a/UbuntuInstallation.md +++ b/UbuntuInstallation.md @@ -98,9 +98,7 @@ apt-cache policy libboost-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 - - # install plugin dependencies + git build-essential python-nose clang \ sudo apt-get install libgdal1-dev python-gdal \ postgresql-9.1 postgresql-server-dev-9.1 postgresql-contrib-9.1 postgresql-9.1-postgis \ libsqlite3-dev @@ -111,7 +109,7 @@ apt-cache policy libboost-dev ```sh git clone http://github.com/mapnik/mapnik cd mapnik - ./configure && make && sudo make install + ./configure CXX=clang++ && make && sudo make install ``` To test mapnik: