diff options
| author | amy <[email protected]> | 2026-01-13 15:34:57 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-01-13 15:34:57 -0600 |
| commit | 1cb504aef4b7af92848dbc116f0315f3b61bea23 (patch) | |
| tree | b780cf37f6be76d2097469aa6883df11bccb3fa8 /readme.md | |
| parent | 63b82fca3b5424e3c4731241cc4d7859ce4b8f7f (diff) | |
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -39,6 +39,8 @@ end, port) build with `make`, output is `./lullaby.so` or (win)`./lullaby.dll`
+optionally you can use `make release` or `make hardened` for more optimisation or saftey respectively
+
windows works through msys2, install `mingw-w64-x86_64-lua` then run `make CC=gcc`
you can install with `doas make install` which will install lullaby.so into /usr/local/lib/lua/5.X
@@ -68,3 +70,4 @@ for working on the code base, i recommend using bear to generate compile_command # credits
* [luaproc](https://github.com/askyrme/luaproc) helped wrap my head around multiple lua_State concepts
+
|
