Skip to content

Instantly share code, notes, and snippets.

@colemanm
Created December 15, 2010 02:56
Show Gist options
  • Save colemanm/741563 to your computer and use it in GitHub Desktop.
Save colemanm/741563 to your computer and use it in GitHub Desktop.
build and install mapnik.
mkdir ~/src
cd ~/src
svn co http://svn.mapnik.org/tags/release-0.7.1/ mapnik
cd mapnik
python scons/scons.py configure INPUT_PLUGINS=all OPTIMIZATION=3 SYSTEM_FONTS=/usr/share/fonts/truetype/
python scons/scons.py
sudo python scons/scons.py install
sudo ldconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment