Skip to content

Crosscompiling

Linux to Windows

Dependencies

$ rustup target list
$ rustup target add x86_64-pc-windows-gnu
$ sudo apt install mingw-w64

Building

$ cargo build --release --target=x86_64-pc-windows-gnu