Created
August 30, 2011 05:49
-
-
Save springmeyer/1180269 to your computer and use it in GitHub Desktop.
compile ruby-mapnik against mapnik trunk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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