diff options
| author | ame <[email protected]> | 2025-06-16 16:21:46 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2025-06-16 16:21:46 -0500 |
| commit | 975a4d65e287087404fe7fa4a03bdbe5de4969bc (patch) | |
| tree | 04f09f182fe8c4f9859e77f3a4cdaae9c711ba99 /readme.md | |
| parent | 527946cd8b7c6c21e155be66ac00b61a300e60bf (diff) | |
added install targetv0.0.1
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -41,7 +41,9 @@ 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`
-lua version can be specified with `version=...`, similar to lua5.1, lua5.3, luajit, the default it lua5.4
+you can install with `doas make install` which will install lullaby.so into /usr/lib64/lua/5.X/
+
+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
|
