quectocraft2/README.md

19 lines
322 B
Markdown
Raw Normal View History

2023-08-08 02:24:28 +00:00
# quectocraft
## Plugin API
see [PLUGINS.md](PLUGINS.md)
## Building
2023-08-01 04:56:38 +00:00
quectocraft requires that `luajit` is installed. it should be
available via your package manager.
2023-08-08 02:24:28 +00:00
### Alpine
2023-08-01 04:56:38 +00:00
install `luajit`, `luajit-dev`, and `pkgconfig` and build with
```sh
RUSTFLAGS="-C target-feature=-crt-static" cargo build --release
```