13 lines
260 B
Markdown
13 lines
260 B
Markdown
|
# 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
|
||
|
```
|