Update steps for obtaining Java code
This commit is contained in:
parent
9006f96716
commit
ec4ef7ea44
2 changed files with 5 additions and 5 deletions
Binary file not shown.
|
@ -1,5 +1,5 @@
|
|||
The Java source code for this package can be obtained at https://github.com/jatherrien/largeRCRF-Java, and is also licensed under the GPL-3 license. You can include it with your modifications into the R package by following these steps:
|
||||
|
||||
* Delete all the contents of `inst/java/`
|
||||
* Build the Java code in its own separate directory using `mvn clean package` (make sure you have Maven installed)
|
||||
* Copy the `target/largeRCRF-1.0-SNAPSHOT.jar` file produced in the Java directory into `inst/java/`
|
||||
The Java source code for this package can be obtained at https://github.com/jatherrien/largeRCRF-Java, and is also licensed under the GPL-3 license. You can include it with your modifications into the R package by following these steps:
|
||||
|
||||
* Delete the Jar file in `inst/java/`
|
||||
* Build the Java code in its own separate directory using `mvn clean package` in the root of the directory (same folder containing `README.md`). Make sure you have [Maven](https://maven.apache.org/) installed.
|
||||
* Copy the `library/target/largeRCRF-library/1.0-SNAPSHOT.jar` file produced in the Java directory into `inst/java/`
|
Loading…
Reference in a new issue