From 4788ef8f4e80ba79ffba3e8fe26689a9a8fd4ba6 Mon Sep 17 00:00:00 2001 From: hedgecrw85 Date: Tue, 13 Nov 2018 10:14:57 -0600 Subject: [PATCH] Update README with new build instructions --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 50bbd29..9949935 100644 --- a/README.md +++ b/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: - cd src/main/c/Linux - make + cd src/main/c/Posix + make linux cd ../../../.. 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: - cd src/main/c/Solaris - make && make sparc + cd src/main/c/Posix + make solaris cd ../../../.. 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: - cd src/main/c/Linux + cd src/main/c/Posix make arm cd ../../../.. gradle build @@ -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