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