Files
ground-rewrite/README.md
2026-06-13 19:45:36 +10:00

9 lines
114 B
Markdown

# Building
Install dependencies (uthash, libffi) then:
```sh
meson setup builddir
meson compile -C builddir
```