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: