Skip to content

Commit

Permalink
Update README with new build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
hedgecrw committed Nov 13, 2018
1 parent b4d3898 commit 4788ef8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ the export command would look like: ```export JDK_HOME=/usr/lib/jvm/java-6-jdk``

Run the following commands:

cd src/main/c/Linux
make
cd src/main/c/Posix
make linux
cd ../../../..
gradle build

Expand Down Expand Up @@ -171,8 +171,8 @@ the export command would look like: ```export JDK_HOME=/usr/lib/jvm/java-6-jdk``

Run the following commands:

cd src/main/c/Solaris
make && make sparc
cd src/main/c/Posix
make solaris
cd ../../../..
gradle build

Expand All @@ -199,7 +199,7 @@ the export command would look like: ```export JDK_HOME=/usr/lib/jvm/java-6-jdk``

Run the following commands:

cd src/main/c/Linux
cd src/main/c/Posix
make arm
cd ../../../..
gradle build
Expand Down Expand Up @@ -233,8 +233,8 @@ entering the following command in a terminal: ```xcode-select --install```

Run the following commands in order:

cd src/main/c/OSX
make
cd src/main/c/Posix
make osx
cd ../../../..
gradle build

Expand Down

0 comments on commit 4788ef8

Please sign in to comment.