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 build

Debug build

cargo build

Release build

cargo build --release

Testing

# Run all tests
cargo test

Run integration tests

cargo test --test functional

Run with debug output

LUMA_DEBUG=1 cargo test
Last updated on