From f5fc1eee6d65d4a3046bd4e962516962c2d0a31f Mon Sep 17 00:00:00 2001 From: Quest Yarbrough Date: Fri, 16 Jun 2023 12:43:19 -0700 Subject: [PATCH] Update README.md with macos build & install tip --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 7f69a650..1d6338ea 100644 --- a/README.md +++ b/README.md @@ -226,6 +226,21 @@ Run examples without building (use version from the table above): ./script/run.py --jwm-version ``` +Generate & install a local .jar file: + +``` +./script/install.py +``` + +This outputs `target/jwm-0.0.0-SNAPSHOT.jar` for use in testing (e.g. `io.github.humbleui/jwm {:local/root "..."}` if using deps.edn) + +### MacOS + +Before running the build, ensure you've installed: +* XCode Developer Tools (`xcode-select --install`) +* Ninja (`brew install ninja`) +* Python 3 (`brew install python`) + # Contributing PRs & issue reports are welcome!