Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,21 @@ Run examples without building (use version from the table above):
./script/run.py --jwm-version <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!
Expand Down