diff --git a/BUILD.md b/BUILD.md index 8cf1aa7..18f6371 100644 --- a/BUILD.md +++ b/BUILD.md @@ -5,7 +5,17 @@ Java application: * Execute `# mvn -B -DskipTests clean package` -**Building JNI libraries section** +NOTE: For building 'legacy' version please update next section in pom.xml to be next: +``` + + org.usb4java + usb4java + 1.2.0 + compile + +``` + +**Building JNI libraries (OPTIONAL)** First of all install JDK, GCC, make, kernel headers and whatever else (or use Gentoo <3 ). diff --git a/pom.xml b/pom.xml index 27f9865..18f432e 100644 --- a/pom.xml +++ b/pom.xml @@ -191,7 +191,7 @@ - + \ No newline at end of file