update docs

This commit is contained in:
CodingCat 2016-03-16 17:00:44 -04:00
parent a31a978471
commit 6f273a8c21

View File

@ -7,13 +7,9 @@ You have find XGBoost JVM Package!
Installation Installation
------------ ------------
To build XGBoost4J contains two steps. Currently, XGBoost4J only support installation from source. Building XGBoost4J using Maven requires Maven 3 or newer and Java 7+.
- First type the following command to build JNI library. To install XGBoost4J, it is as simple as run `mvn package` under jvm-packages.
```bash
./create_jni.sh
```
- Then package the libary. you can run `mvn package` in xgboost4j folder or just use IDE(eclipse/netbeans) to open this maven project and build.
Contents Contents
-------- --------