diff --git a/README.md b/README.md index c951c4b9620..b79648f468c 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,17 @@ You need the following installed and available in your $PATH: * [Java 7](http://java.oracle.com) * [Apache maven 3.0.3 or greater](http://maven.apache.org/) + +#### OS X Users +Don't forget to install Java 7. You probably have 1.6 or 1.8. + +Export JAVA_HOME in order to user proper Java version: +``` +export JAVA_HOME=`/usr/libexec/java_home -v 1.7` +export PATH=${JAVA_HOME}/bin:$PATH +``` + +#### Building After cloning the project, you can build it from source with this command: