# 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 ```