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

233 B

Building

Install dependencies (uthash, libffi) then:

meson setup builddir
meson compile -C builddir

Install with:

meson install -C builddir

You may need to run ldconfig or reboot to update your ld cache.