Skip to content

Commit 1d175c1

Browse files
committed
+ advices for OS X Users
1 parent c1d5126 commit 1d175c1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,17 @@ You need the following installed and available in your $PATH:
2929
* [Java 7](http://java.oracle.com)
3030

3131
* [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
3243

3344
After cloning the project, you can build it from source with this command:
3445

0 commit comments

Comments
 (0)