diff options
author | Phil Burk <[email protected]> | 2023-04-23 16:18:58 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2023-04-23 16:18:58 -0700 |
commit | 38013a7c0f0b5bd14044ff8671b4b17ff94cdb0c (patch) | |
tree | 9568dcc870f489c8d8ce2b899af1dfe8087b32c6 | |
parent | 40a41092cbab558d7d410ec43d93bb1e4121e86a (diff) |
Update README.md
From Nick's notes
-rw-r--r-- | README.md | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -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/". |