Turn off Launch4j & update BUILD.md

This commit is contained in:
Dmitry Isaenko 2020-02-20 05:26:08 +03:00
parent 30923d95eb
commit a82a993812
2 changed files with 13 additions and 2 deletions

View file

@ -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:
```
<dependency>
<groupId>org.usb4java</groupId>
<artifactId>usb4java</artifactId>
<version>1.2.0</version>
<scope>compile</scope>
</dependency>
```
**Building JNI libraries (OPTIONAL)**
First of all install JDK, GCC, make, kernel headers and whatever else (or use Gentoo <3 ).

View file

@ -191,7 +191,7 @@
</execution>
</executions>
</plugin>
<!-- Launch4j -->
<!-- Launch4j
<plugin>
<groupId>com.akathist.maven.plugins.launch4j</groupId>
<version>1.7.25</version>
@ -233,6 +233,7 @@
</execution>
</executions>
</plugin>
-->
</plugins>
</build>
</project>