Skip to content

Instantly share code, notes, and snippets.

@willwhite
Created December 21, 2011 17:14
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save willwhite/1506819 to your computer and use it in GitHub Desktop.
Save willwhite/1506819 to your computer and use it in GitHub Desktop.
Mapnik installation using brew on Mac OSX 10.7
  1. Install xcode
  2. Install homebrew
  3. Run the commands

.

brew install icu4c
brew link icu4c
brew install boost
brew install proj
brew install libtiff
brew install gdal --with-libtiff=/usr/local/lib
brew install postgis
brew install cairo
git clone https://github.com/mapnik/mapnik.git
cd mapnik
./configure
sudo python scons/scons.py install CXX="clang++" -j2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment