Skip to content

Commit

Permalink
Add note for Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
Barugon committed May 6, 2023
1 parent 06d260f commit 49b4613
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ cargo build --release --target=x86_64-unknown-linux-gnu

Cross compiling to Windows is pretty straight forward.

> Note: this is only for cross compiling a Windows build from Linux. To build from Windows, you should only need to run `cargo build --release`.
```bash
rustup target add x86_64-pc-windows-gnu
sudo dnf install mingw64-gcc
Expand Down

0 comments on commit 49b4613

Please sign in to comment.