Added notes to reflect installation experience on 10.6.8
parent
31b6a68f4e
commit
8d71512786
1 changed files with 13 additions and 1 deletions
|
@ -11,7 +11,19 @@ Now you can either 1) install Mapnik itself with homebrew (which will automatica
|
||||||
### To install the latest Mapnik release do:
|
### To install the latest Mapnik release do:
|
||||||
|
|
||||||
```sh
|
```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:
|
### To install Mapnik from source using homebrew for dependencies do:
|
||||||
|
|
Loading…
Add table
Reference in a new issue