- Install rust
- Run
cargo build --package openscq30-cli --profile release-fast(orcargo build --package openscq30-cli --release, but it's very slow to build) - The compiled binary can be found at
.\target\release-fast\openscq30.exe
- Install rust
- Run
cargo build --package openscq30-gui --profile release-fast(orcargo build --package openscq30-gui --release, but it's very slow to build) - The compiled binary can be found at
.\target\release-fast\openscq30-gui.exe
- Install rust, just, and Inno Setup
- Run
just build-gui-fast(orjust build-gui, but it's very slow to build) in bash (git bash, msys2, etc.) - Run
just build-gui-installerin bash (git bash, msys2, etc.) - The installer can be found at
build-output/openscq30-gui-installer.exe