From 49b461346651deb94b03ce420105f8686958ea1d Mon Sep 17 00:00:00 2001 From: Barugon Date: Fri, 5 May 2023 18:09:44 -0700 Subject: [PATCH] Add note for Windows build --- BUILD.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BUILD.md b/BUILD.md index f5de7cb..20d3ca3 100644 --- a/BUILD.md +++ b/BUILD.md @@ -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