From 1231101c219fbc6921cc8ca83765ea918850fe53 Mon Sep 17 00:00:00 2001 From: springmeyer Date: Wed, 22 Aug 2012 15:01:27 -0700 Subject: [PATCH] Updated MacInstallation_Homebrew (markdown) --- MacInstallation_Homebrew.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MacInstallation_Homebrew.md b/MacInstallation_Homebrew.md index 79a2c4b..384c25e 100644 --- a/MacInstallation_Homebrew.md +++ b/MacInstallation_Homebrew.md @@ -26,6 +26,12 @@ brew link boost brew install mapnik ``` +On 10.8 you will also need: + +```sh +brew install libtool +``` + ### To install Mapnik from source using homebrew for dependencies do: ```sh @@ -40,6 +46,7 @@ brew install gdal --with-libtiff=/usr/local/lib brew link ossp-uuid brew install postgis brew install cairo +brew install libtool git clone https://github.com/mapnik/mapnik.git cd mapnik ./configure CXX="clang++" JOBS=`sysctl -n hw.ncpu`