diff --git a/README.md b/README.md index 5e11617f..912a233d 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,15 @@ JAVA_HOME=.../Java/jdk1.x.x_xxx Also make sure `/bin` is available in your `PATH` environmen variable. +#### Maven +Install Maven and make sure both `M2_HOME` and `MAVEN_HOME` environment variables are set: +``` +M2_HOME=.../apache-maven-x.x.x +MAVEN_HOME=.../apache-maven-x.x.x +``` + +Also make sure `.../apache-maven-x.x.x/bin` is available in your `PATH` environmen variable. + ### Building Run CMake with these additional options: @@ -173,7 +182,6 @@ Run CMake with these additional options: -DBUILD_JAVA_LANGUAGE_PACKAGE=ON ``` - ## Enable Python Language Support ### Required dependencies