diff --git a/WINDOWS.md b/WINDOWS.md index fb479ca..d55860b 100644 --- a/WINDOWS.md +++ b/WINDOWS.md @@ -2,10 +2,14 @@ ## Toolchain +**Setup toolchain:** rustup target add x86_64-pc-windows-gnu rustup toolchain install stable-x86_64-pc-windows-gnu apt-get install mingw64 +**Cross-compile with:** +cargo build --target x86_64-pc-windows-gnu + ## Problems ### Running VpnCloud