File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ It's required to have native JNI binary in `java.library.path`:
2525
2626``` scala
2727// Mac OS X example with manual JNI installation
28- // Though it's strongly recommended to use WITH_PDAL_JNI during PDAL build
2928// cp -f native/target/resource_managed/main/native/x86_64-darwin/libpdaljni.1.4.dylib /usr/local/lib/libpdaljni.1.4.dylib
3029// place built binary into /usr/local/lib, and pass java.library.path to your JVM
3130javaOptions += " -Djava.library.path=/usr/local/lib"
@@ -87,7 +86,7 @@ JNI bindings basic usage examples can be found [here](./examples).
8786## How to compile
8887
8988Development purposes (including binaries):
90- 1 . Install PDAL (using brew / package managers (unix) / build from sources / etc) _ without _ ` -DWITH_PDAL_JNI=ON ` flag
89+ 1 . Install PDAL (using brew / package managers (unix) / build from sources / etc)
9190 2 . Build native libs ` ./sbt native/nativeCompile ` (optionally, binaries would be built during tests run)
9291 3 . Run ` ./sbt core/test ` to run PDAL tests
9392
You can’t perform that action at this time.
0 commit comments