From 38013a7c0f0b5bd14044ff8671b4b17ff94cdb0c Mon Sep 17 00:00:00 2001 From: Phil Burk Date: Sun, 23 Apr 2023 16:18:58 -0700 Subject: Update README.md From Nick's notes --- README.md | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2f410f0..3012f4f 100644 --- a/README.md +++ b/README.md @@ -50,11 +50,17 @@ The syntax is slightly different if you are using ".kts" files. You can build JSyn using either Ant or Gradle. +Note that if you clone the repository then you will end up with a folder called "jsyn". But if you download the ZIP file it will be called "jsyn-master". + ### Build Using Ant -Enter: +You may need to install "any" first. On Mac you can do: - cd jsyn + brew install ant + +Then enter: + + cd jsyn # or jsyn-master ant The resulting jar will be placed in "dist/lib/". @@ -73,7 +79,7 @@ To create javadocs enter: Enter: - cd jsyn + cd jsyn # or jsyn-master ./gradlew assemble The resulting jar will be placed in "build/libs/". -- cgit v1.2.3