From 1cb504aef4b7af92848dbc116f0315f3b61bea23 Mon Sep 17 00:00:00 2001 From: amy Date: Tue, 13 Jan 2026 15:34:57 -0600 Subject: extended build instructions --- readme.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'readme.md') 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 + -- cgit v1.2.3