README.md update for darwin support

This commit is contained in:
D4 2020-08-30 03:38:34 -07:00
parent 7f43db13ee
commit 527d6b41ee
2 changed files with 6 additions and 2 deletions

View File

@ -24,8 +24,12 @@ The editor can be customized by making changes to the
[user module](data/user/init.lua).
## Building
You can build the project yourself on Linux using the provided `build.sh`
script. Note that the project does not need to be rebuilt if you are only making
You can build the project yourself on *nix using the provided `build.sh`
script.
For Darwin / MacOS, assumes SDL2 available via `pkg-confing`. Packagers ought to provide this, so `brew install SDL2` should just work.
Note that the project does not need to be rebuilt if you are only making
changes to the Lua portion of the code.
## Contributing

BIN
lite

Binary file not shown.