- Install MSYS2 and run the UCRT64 environment.
- Install dependencies using
pacman -Syu base-devel mingw-w64-ucrt-x86_64-libadwaita mingw-w64-ucrt-x86_64-rust mingw-w64-ucrt-x86_64-pkg-config
. - Install Just:
cargo install just
- Run
./packaging/windows/build.sh
- The compiled binary along with all dependencies can be found at
packaging/windows/root
. This can then be moved and run from outside of the MSYS2 environment.