summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2023-02-28 10:57:23 +0100
committerDavid Lönnhager <david.l@mullvad.net>2023-02-28 10:59:10 +0100
commitf5f60e311641a26c37bf3495a9f02251a82d7e4d (patch)
tree8694d8d1099a87072e4c3d145989c0bd968c27bb
parentdc10117f1cf3ed0cc8a26f4066844778bb061263 (diff)
downloadmullvadvpn-f5f60e311641a26c37bf3495a9f02251a82d7e4d.tar.xz
mullvadvpn-f5f60e311641a26c37bf3495a9f02251a82d7e4d.zip
Mention x86 Windows target in build instructions
-rw-r--r--BuildInstructions.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/BuildInstructions.md b/BuildInstructions.md
index 63fdf4a97f..483a6f6188 100644
--- a/BuildInstructions.md
+++ b/BuildInstructions.md
@@ -104,6 +104,12 @@ The host has to have the following installed:
- `mingw`'s `gcc` compiler is required for CGo.
+- The `x86` target is required for building some NSIS plugins:
+
+ ```bash
+ rustup target add i686-pc-windows-msvc
+ ```
+
[Git for Windows]: https://git-scm.com/download/win
## macOS