- As online is very limited it is disabled by default, enable with the
online_capable
flag. - A headless build is possible as a server option but rather limited right now, build using
--no-default-features --features online_capable
You'll want to build the resources.res file with something like:
& "C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x86\rc.exe" assets\resources.rc
Currently added to an exe via third party tool so CLI means hasn't been tested
Executable:
cargo build --release
Executable with cart bundled:
cargo build --release --features=include_auto
Prerequisites:
cargo install cargo-bundle
Apple Silicon
Binary:
cargo build --release --target aarch64-apple-darwin
Application:
cargo bundle --release --target aarch64-apple-darwin
Application with cart bundled
cargo bundle --features=include_auto --release --target aarch64-apple-darwin
Apple Intel (currently requires nightly)
Binary:
cargo build --release --target x86_64-apple-darwin
Application:
cargo bundle --profile release-nightly --target x86_64-apple-darwin
Application with cart bundled:
cargo bundle --features=include_auto --profile release-nightly --target x86_64-apple-darwin
Prerequisites:
cargo install cargo-appimage
sudo apt install libfontconfig1-dev
Build Standalone:
cargo appimage
Build with cart bundled
cargo appimage --features=include_auto
Patreon???