Skip to content

Instantly share code, notes, and snippets.

@echeipesh
Created November 25, 2014 19:20
Show Gist options
  • Save echeipesh/ce05d024580c7887d8ff to your computer and use it in GitHub Desktop.
Save echeipesh/ce05d024580c7887d8ff to your computer and use it in GitHub Desktop.
gdal jni
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
@echeipesh
Copy link
Author

inserting this after "cd 'swig/python' do" block does the trick

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment