Building From Source
Building From Source
Building
If you would like to build LUMA your self from source please ensure you have rust installed on your computer. You can find more information on how to install rust here.
LUMA was last built with 1.96+.
Building Distributables
Distributables are build using tauri build.
cargo tauri buildDebug build
cargo buildRelease build
cargo build --releaseTesting
# Run all tests
cargo testRun integration tests
cargo test --test functionalRun with debug output
LUMA_DEBUG=1 cargo testLast updated on