19 lines
322 B
Markdown
19 lines
322 B
Markdown
# quectocraft
|
|
|
|
## Plugin API
|
|
|
|
see [PLUGINS.md](PLUGINS.md)
|
|
|
|
## Building
|
|
|
|
quectocraft requires that `luajit` is installed. it should be
|
|
available via your package manager.
|
|
|
|
### Alpine
|
|
|
|
install `luajit`, `luajit-dev`, and `pkgconfig` and build with
|
|
|
|
```sh
|
|
RUSTFLAGS="-C target-feature=-crt-static" cargo build --release
|
|
```
|