From 347725d7868fa366a582f2449a944b0609269a56 Mon Sep 17 00:00:00 2001 From: systemed Date: Sun, 14 Apr 2013 17:32:32 -0700 Subject: [PATCH] Updated MacInstallation_Homebrew (markdown) --- MacInstallation_Homebrew.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MacInstallation_Homebrew.md b/MacInstallation_Homebrew.md index b0e7396..24a8f32 100644 --- a/MacInstallation_Homebrew.md +++ b/MacInstallation_Homebrew.md @@ -77,7 +77,7 @@ brew install --build-from-source boost ## Building with Cairo -If you need Cairo and its Python bindings, install and link these (cairo and py2cairo) with homebrew as normal. Then, to build Mapnik from source with Cairo bindings: +If you need Cairo and its Python bindings, install and link these (cairo and py2cairo) with homebrew as normal. Then, to build Mapnik from source with Cairo: ``` ./configure CXX="clang++" JOBS=`sysctl -n hw.ncpu` CAIRO=True CAIRO_INCLUDES=/usr/local CAIRO_LIBS=/usr/local PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/X11/lib/pkgconfig