aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authoramy <[email protected]>2026-01-13 15:34:57 -0600
committerGitHub <[email protected]>2026-01-13 15:34:57 -0600
commit1cb504aef4b7af92848dbc116f0315f3b61bea23 (patch)
treeb780cf37f6be76d2097469aa6883df11bccb3fa8 /readme.md
parent63b82fca3b5424e3c4731241cc4d7859ce4b8f7f (diff)
extended build instructionsHEADmain
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index b8a4ccb..bf965b7 100644
--- a/readme.md
+++ b/readme.md
@@ -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
+