diff options
| author | ame <[email protected]> | 2025-09-03 18:18:06 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2025-09-03 18:18:06 -0500 |
| commit | 1aba3757b486e28ddfb0aff67fe65e4a7a87c74f (patch) | |
| tree | b443750cc9899c6f7c265e357d5ef2605f5c95ac /readme.md | |
| parent | a239a832f14ed1f7eab9b9ee75867bdc2ee2a5f9 (diff) | |
| parent | 6e6e948a553cc062b439f349c0b545df0223d9a1 (diff) | |
merge main
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 6 |
1 files changed, 5 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`
-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
+
+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
@@ -58,6 +60,8 @@ for working on the code base, i recommend using bear to generate compile_command * rewrite docs
* net mostly complete
+
+* portability (memmem)
----
|
