Skip to content

Instantly share code, notes, and snippets.

@colemanm
Created December 15, 2010 03:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save colemanm/741571 to your computer and use it in GitHub Desktop.
Save colemanm/741571 to your computer and use it in GitHub Desktop.
mapnik tools.
# Mapnik tools
mkdir -p ~/bin
cd ~/bin
svn export http://svn.openstreetmap.org/applications/rendering/mapnik
cd mapnik
# osm2pgsql
cd ~/bin
svn co http://svn.openstreetmap.org/applications/utils/export/osm2pgsql/
cd osm2pgsql
./autogen.sh
./configure
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment