We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
geotrellis-contrib/build.sbt
Line 122 in 3a87d1d
When installing libgdal-java 2.4 via the ubuntugis-unstable ppa on ubuntu 18.04, the path for gdal jni is /usr/lib/jni so
libgdal-java
/usr/lib/jni
javaOptions ++= Seq("-Djava.library.path=/usr/local/lib:/usr/lib/jni")
would make sbt builds work from scratch on ubuntu platforms (tested here via intellij)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
geotrellis-contrib/build.sbt
Line 122 in 3a87d1d
When installing
libgdal-java
2.4 via the ubuntugis-unstable ppa on ubuntu 18.04, the path for gdal jni is/usr/lib/jni
sowould make sbt builds work from scratch on ubuntu platforms (tested here via intellij)
The text was updated successfully, but these errors were encountered: