summaryrefslogtreecommitdiffhomepage
path: root/BuildInstructions.md
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2023-08-31 13:31:09 +0200
committerDavid Lönnhager <david.l@mullvad.net>2023-08-31 13:31:09 +0200
commitbbe31c1e236d66f1a77a7f944c8a264a486b6223 (patch)
treef213aa245e742dd6ae58ccd82193b81001c2f9c5 /BuildInstructions.md
parent08ec4a88df17088a2fc81c3ee5f2d1d62ef0c1f1 (diff)
parent32f5426bb5c9ec886cfdcbb0c4fc3b516ef2d142 (diff)
downloadmullvadvpn-bbe31c1e236d66f1a77a7f944c8a264a486b6223.tar.xz
mullvadvpn-bbe31c1e236d66f1a77a7f944c8a264a486b6223.zip
Merge branch 'win-remove-user-wg-des-316' into main
Diffstat (limited to 'BuildInstructions.md')
-rw-r--r--BuildInstructions.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/BuildInstructions.md b/BuildInstructions.md
index 15d8a29ec2..00d5c5440e 100644
--- a/BuildInstructions.md
+++ b/BuildInstructions.md
@@ -23,7 +23,7 @@ on your platform please submit an issue or a pull request.
Install the `msi` hosted here: https://github.com/volta-cli/volta
-- Install Go (ideally version `1.18`) by following the [official
+- (Not Windows) Install Go (ideally version `1.18`) by following the [official
instructions](https://golang.org/doc/install). Newer versions may work
too.
@@ -102,11 +102,6 @@ The host has to have the following installed:
- `bash` installed as well as a few base unix utilities, including `sed` and `tail`.
You are recommended to use [Git for Windows].
-- `mingw` is required for CGo.
- The latest [`mingw-w64`](https://github.com/niXman/mingw-builds-binaries/releases) build works
- well. Specifically, you'll need one of the releases labeled `x86_64`, `win32`, and `msvcrt`,
- such as <https://github.com/niXman/mingw-builds-binaries/releases/download/13.1.0-rt_v11-rev1/x86_64-13.1.0-release-win32-seh-msvcrt-rt_v11-rev1.7z>.
-
- The `x86` target is required for building some NSIS plugins:
```bash