Skip to content

Commit

Permalink
[jvm-packages] Mentioned CMake in the docs (#2529)
Browse files Browse the repository at this point in the history
  • Loading branch information
superbobry authored and CodingCat committed Jul 24, 2017
1 parent 4f3539b commit d41dc07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/jvm/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ You have find XGBoost JVM Package!

Installation
------------
Currently, XGBoost4J only support installation from source. Building XGBoost4J using Maven requires Maven 3 or newer and Java 7+.
Currently, XGBoost4J only support installation from source. Building XGBoost4J using Maven requires Maven 3 or newer, Java 7+ and CMake 3.2+ for compiling the JNI bindings.

Before you install XGBoost4J, you need to define environment variable `JAVA_HOME` as your JDK directory to ensure that your compiler can find `jni.h` correctly, since XGBoost4J relies on JNI to implement the interaction between the JVM and native libraries.

Expand Down

0 comments on commit d41dc07

Please sign in to comment.