No description
Find a file
2023-08-01 00:56:38 -04:00
plugins features 2023-08-01 00:56:38 -04:00
src features 2023-08-01 00:56:38 -04:00
.gitignore features 2023-08-01 00:56:38 -04:00
Cargo.lock features 2023-08-01 00:56:38 -04:00
Cargo.toml features 2023-08-01 00:56:38 -04:00
README.md features 2023-08-01 00:56:38 -04:00

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

RUSTFLAGS="-C target-feature=-crt-static" cargo build --release