9 lines
114 B
Markdown
9 lines
114 B
Markdown
# Building
|
|
|
|
Install dependencies (uthash, libffi) then:
|
|
|
|
```sh
|
|
meson setup builddir
|
|
meson compile -C builddir
|
|
```
|