From 1d175c1c7d5a01619ca4fd7ebc57acee569eee7e Mon Sep 17 00:00:00 2001 From: Denis Yagofarov Date: Sat, 18 Apr 2015 22:41:18 +0300 Subject: [PATCH] + advices for OS X Users --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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: