Added notes to reflect installation experience on 10.6.8

migurski 2012-05-26 11:12:01 -07:00
parent 31b6a68f4e
commit 8d71512786

@ -14,6 +14,18 @@ Now you can either 1) install Mapnik itself with homebrew (which will automatica
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:
```sh