Skip to content

Instantly share code, notes, and snippets.

@springmeyer
Created August 30, 2011 05:49
Show Gist options
  • Select an option

  • Save springmeyer/1180269 to your computer and use it in GitHub Desktop.

Select an option

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