From 8d71512786251a596ce509b6e6389de226bedd6c Mon Sep 17 00:00:00 2001 From: migurski Date: Sat, 26 May 2012 11:12:01 -0700 Subject: [PATCH] Added notes to reflect installation experience on 10.6.8 --- MacInstallation_Homebrew.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/MacInstallation_Homebrew.md b/MacInstallation_Homebrew.md index d392717..9475750 100644 --- a/MacInstallation_Homebrew.md +++ b/MacInstallation_Homebrew.md @@ -11,7 +11,19 @@ Now you can either 1) install Mapnik itself with homebrew (which will automatica ### To install the latest Mapnik release do: ```sh - brew install mapnik +brew install mapnik +``` + +On 10.6.8, you may need to: + +```sh +brew link pkg-config +brew install xz libffi +brew link libtiff +brew link jpeg +brew link proj +brew link boost +brew install mapnik ``` ### To install Mapnik from source using homebrew for dependencies do: