cool stuff

This commit is contained in:
2026-06-15 20:27:50 +10:00
parent 284b08b12a
commit 80140ed798
41 changed files with 470 additions and 4 deletions

View File

@@ -6,3 +6,11 @@ Install dependencies (uthash, libffi) then:
meson setup builddir
meson compile -C builddir
```
Install with:
```sh
meson install -C builddir
```
You may need to run `ldconfig` or reboot to update your ld cache.