aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
+