Skip to content

Instantly share code, notes, and snippets.

@springmeyer
Created August 30, 2011 05:49
Show Gist options
  • Save springmeyer/1180269 to your computer and use it in GitHub Desktop.
Save springmeyer/1180269 to your computer and use it in GitHub Desktop.
compile ruby-mapnik against mapnik trunk
sudo gem update --system
export ARCHFLAGS="-arch x86_64"
git clone git://github.com/jasonroelofs/rice.git
cd rice
./bootstrap
./configure --disable-dependency-tracking
make && sudo make install
cd ../
sudo gem install hoe rake-compiler ZenTest
git clone git://github.com/mapnik/Ruby-Mapnik.git
cd Ruby-Mapnik
rake compile
rake test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment