Files
ground-rewrite/README.md
2026-06-15 20:27:50 +10:00

17 lines
233 B
Markdown

# Building
Install dependencies (uthash, libffi) then:
```sh
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.