-
Notifications
You must be signed in to change notification settings - Fork 3
Compiling Mapnik 3.0.11 for OSX
Andrew Newman edited this page Jun 21, 2017
·
1 revision
brew install cairo --without-x --without-glib
brew install boost --with-icu4c
brew install icu4c
brew link icu4c
brew install boost-python
brew install proj
brew install jpeg
brew link jpeg
brew install libtiff
brew install gdal --with-libtiff=/usr/local/lib
brew install ossp-uuid
brew install postgis
brew install harfbuzz
git clone https://github.com/mapnik/mapnik.git
cd mapnik
git checkout 8a8427daedb685b8f37fac487526255d575a715d
git submodule sync
git submodule update --init deps/mapbox/variant
./configure && make && make install