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.
2 parents 8dbb1aa + 1d175c1 commit e592d1bCopy full SHA for e592d1b
README.md
@@ -24,6 +24,17 @@ You need the following installed and available in your $PATH:
24
* [Java 7](http://java.oracle.com)
25
26
* [Apache maven 3.0.3 or greater](http://maven.apache.org/)
27
+
28
+#### OS X Users
29
+Don't forget to install Java 7. You probably have 1.6 or 1.8.
30
31
+Export JAVA_HOME in order to user proper Java version:
32
+```
33
+export JAVA_HOME=`/usr/libexec/java_home -v 1.7`
34
+export PATH=${JAVA_HOME}/bin:$PATH
35
36
37
+#### Building
38
39
After cloning the project, you can build it from source with this command:
40
0 commit comments