No description
Find a file
2023-08-02 00:44:57 -04:00
plugins features 2023-08-01 00:56:38 -04:00
src added thing 2023-08-02 00:44:57 -04:00
.gitignore features 2023-08-01 00:56:38 -04:00
Cargo.lock added thing 2023-08-02 00:44:57 -04:00
Cargo.toml added thing 2023-08-02 00:44:57 -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