Files
ground-rewrite/README.md

17 lines
233 B
Markdown
Raw Normal View History

2026-06-13 19:45:36 +10:00
# Building
Install dependencies (uthash, libffi) then:
```sh
meson setup builddir
meson compile -C builddir
```
2026-06-15 20:27:50 +10:00
Install with:
```sh
meson install -C builddir
```
You may need to run `ldconfig` or reboot to update your ld cache.