Added notes to reflect installation experience on 10.6.8
parent
31b6a68f4e
commit
8d71512786
1 changed files with 13 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue