We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1d5126 commit 1d175c1Copy full SHA for 1d175c1
README.md
@@ -29,6 +29,17 @@ You need the following installed and available in your $PATH:
29
* [Java 7](http://java.oracle.com)
30
31
* [Apache maven 3.0.3 or greater](http://maven.apache.org/)
32
+
33
+#### OS X Users
34
+Don't forget to install Java 7. You probably have 1.6 or 1.8.
35
36
+Export JAVA_HOME in order to user proper Java version:
37
+```
38
+export JAVA_HOME=`/usr/libexec/java_home -v 1.7`
39
+export PATH=${JAVA_HOME}/bin:$PATH
40
41
42
+#### Building
43
44
After cloning the project, you can build it from source with this command:
45
0 commit comments