Skip to content

Commit 9e7e7b3

Browse files
committed
Remove outdated info from README.md [skip ci]
1 parent f3e3eed commit 9e7e7b3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
3130
javaOptions += "-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

8988
Development 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

0 commit comments

Comments
 (0)