Created
November 25, 2014 19:20
-
-
Save echeipesh/ce05d024580c7887d8ff to your computer and use it in GitHub Desktop.
gdal jni
This file contains 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
cd 'swig/java' do | |
system "echo JAVA_HOME=`/usr/libexec/java_home` >> java.opt" | |
system "sed -i.bak s/linux/darwin/g java.opt" | |
system "make" | |
system "make install" | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
inserting this after "cd 'swig/python' do" block does the trick