diff options
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -49,6 +49,10 @@ 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
+
+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
+
---
[some docs](docs/)
|
