From e4c264648d0a191a5912be15fe21fb3f8d64fe5c Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Mon, 28 Oct 2013 14:41:25 -0700 Subject: [PATCH] Updated MacInstallation_Homebrew (markdown) --- MacInstallation_Homebrew.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MacInstallation_Homebrew.md b/MacInstallation_Homebrew.md index 26320b1..eb85056 100644 --- a/MacInstallation_Homebrew.md +++ b/MacInstallation_Homebrew.md @@ -23,6 +23,7 @@ brew install mapnik ### To install Mapnik from source using homebrew for dependencies do: ```sh +brew install cairo --without-x --without-glib brew install icu4c brew link icu4c brew install boost @@ -33,7 +34,6 @@ brew install libtiff brew install gdal --with-libtiff=/usr/local/lib brew link ossp-uuid brew install postgis -brew install cairo --without-x git clone https://github.com/mapnik/mapnik.git cd mapnik ./configure @@ -68,4 +68,4 @@ If you need Cairo and its Python bindings, install and link these (cairo and py2 ``` ./configure CXX="clang++" JOBS=`sysctl -n hw.ncpu` CAIRO=True PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/X11/lib/pkgconfig -``` +``` \ No newline at end of file