Update README with new build instructions

This commit is contained in:
hedgecrw85 2018-11-13 10:14:57 -06:00
parent b4d3898355
commit 4788ef8f4e
1 changed files with 7 additions and 7 deletions

View File

@ -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