Files
ground-rewrite/README.md

9 lines
114 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
```