Updated MacInstallation_Homebrew (markdown)

Dane Springmeyer 2013-10-28 14:41:25 -07:00
parent ea1ab48e81
commit e4c264648d

@ -23,6 +23,7 @@ brew install mapnik
### To install Mapnik from source using homebrew for dependencies do:
```sh
brew install cairo --without-x --without-glib
brew install icu4c
brew link icu4c
brew install boost
@ -33,7 +34,6 @@ brew install libtiff
brew install gdal --with-libtiff=/usr/local/lib
brew link ossp-uuid
brew install postgis
brew install cairo --without-x
git clone https://github.com/mapnik/mapnik.git
cd mapnik
./configure
@ -68,4 +68,4 @@ If you need Cairo and its Python bindings, install and link these (cairo and py2
```
./configure CXX="clang++" JOBS=`sysctl -n hw.ncpu` CAIRO=True PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/X11/lib/pkgconfig
```
```