From 7e3d4f190235dbbdf62a1cfcfff367105f19df50 Mon Sep 17 00:00:00 2001 From: amy Date: Mon, 28 Jul 2025 21:35:34 -0500 Subject: readme.md --- readme.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 65791b7..b862d38 100644 --- a/readme.md +++ b/readme.md @@ -58,6 +58,8 @@ for working on the code base, i recommend using bear to generate compile_command * rewrite docs * net mostly complete + +* portability (memmem) ---- -- cgit v1.2.3 From e65c35bfe7a9f00f42170e5a6c1bff58cbfe3f47 Mon Sep 17 00:00:00 2001 From: Stilic Date: Fri, 1 Aug 2025 16:10:49 +0000 Subject: Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index b862d38..f67d8d0 100644 --- a/readme.md +++ b/readme.md @@ -41,7 +41,7 @@ build with `make`, output is `./lullaby.so` or (win)`./lullaby.dll` 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/lib64/lua/5.X/ +you can install with `doas make install` which will install lullaby.so into /usr/local/lib/lua/5.X lua version can be specified with `version=...`, similar to 5.1, 5.3, jit, the default it 5.4 -- cgit v1.2.3 From cbe16a234d75d27dfab552d724e2d1a1c3a08564 Mon Sep 17 00:00:00 2001 From: ame Date: Fri, 1 Aug 2025 11:41:39 -0500 Subject: install changes --- readme.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'readme.md') diff --git a/readme.md b/readme.md index f67d8d0..b8a4ccb 100644 --- a/readme.md +++ b/readme.md @@ -43,6 +43,8 @@ windows works through msys2, install `mingw-w64-x86_64-lua` then run `make CC=gc you can install with `doas make install` which will install lullaby.so into /usr/local/lib/lua/5.X +install directory can be configured with `INSTALL=...` which defaults to /usr/local/lib/lua/, but may be wanted in /usr/lib64/lua/ + lua version can be specified with `version=...`, similar to 5.1, 5.3, jit, the default it 5.4 for working on the code base, i recommend using bear to generate compile_commands.json [(as outlined here)](https://clangd.llvm.org/installation#compile_commandsjson) which should probably let your ide find the headers -- cgit v1.2.3