Update README with new build instructions
This commit is contained in:
parent
b4d3898355
commit
4788ef8f4e
14
README.md
14
README.md
|
@ -142,8 +142,8 @@ the export command would look like: ```export JDK_HOME=/usr/lib/jvm/java-6-jdk``
|
||||||
|
|
||||||
Run the following commands:
|
Run the following commands:
|
||||||
|
|
||||||
cd src/main/c/Linux
|
cd src/main/c/Posix
|
||||||
make
|
make linux
|
||||||
cd ../../../..
|
cd ../../../..
|
||||||
gradle build
|
gradle build
|
||||||
|
|
||||||
|
@ -171,8 +171,8 @@ the export command would look like: ```export JDK_HOME=/usr/lib/jvm/java-6-jdk``
|
||||||
|
|
||||||
Run the following commands:
|
Run the following commands:
|
||||||
|
|
||||||
cd src/main/c/Solaris
|
cd src/main/c/Posix
|
||||||
make && make sparc
|
make solaris
|
||||||
cd ../../../..
|
cd ../../../..
|
||||||
gradle build
|
gradle build
|
||||||
|
|
||||||
|
@ -199,7 +199,7 @@ the export command would look like: ```export JDK_HOME=/usr/lib/jvm/java-6-jdk``
|
||||||
|
|
||||||
Run the following commands:
|
Run the following commands:
|
||||||
|
|
||||||
cd src/main/c/Linux
|
cd src/main/c/Posix
|
||||||
make arm
|
make arm
|
||||||
cd ../../../..
|
cd ../../../..
|
||||||
gradle build
|
gradle build
|
||||||
|
@ -233,8 +233,8 @@ entering the following command in a terminal: ```xcode-select --install```
|
||||||
|
|
||||||
Run the following commands in order:
|
Run the following commands in order:
|
||||||
|
|
||||||
cd src/main/c/OSX
|
cd src/main/c/Posix
|
||||||
make
|
make osx
|
||||||
cd ../../../..
|
cd ../../../..
|
||||||
gradle build
|
gradle build
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue