aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorame <[email protected]>2025-08-01 11:41:39 -0500
committerame <[email protected]>2025-08-01 11:41:39 -0500
commitcbe16a234d75d27dfab552d724e2d1a1c3a08564 (patch)
treea426ab1523472365a0b5a22915eb024627dc5680 /readme.md
parent76641452ca62c308776edc03aee6b7e5e5886acf (diff)
install changes
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 2 insertions, 0 deletions
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