diff options
| author | Markus Pettersson <markus.pettersson@mullvad.net> | 2025-01-14 12:55:27 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2025-01-24 17:35:03 +0100 |
| commit | ebd035676df303390130283fddfdc471d5996e38 (patch) | |
| tree | f1886c3dd48ff7c9424a0c8323110bde77255d26 /BuildInstructions.md | |
| parent | 9987218e6d376a321ba6a4aa8da068f91f29c092 (diff) | |
| download | mullvadvpn-ebd035676df303390130283fddfdc471d5996e38.tar.xz mullvadvpn-ebd035676df303390130283fddfdc471d5996e38.zip | |
Update build instructions to accommodate WgGo on Windows
Diffstat (limited to 'BuildInstructions.md')
| -rw-r--r-- | BuildInstructions.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/BuildInstructions.md b/BuildInstructions.md index d3cf347c9c..cc11d9289b 100644 --- a/BuildInstructions.md +++ b/BuildInstructions.md @@ -23,9 +23,8 @@ on your platform please submit an issue or a pull request. Install the `msi` hosted here: https://github.com/volta-cli/volta -- (Not Windows) Install Go (ideally version `1.21`) by following the [official - instructions](https://golang.org/doc/install). Newer versions may work - too. +- Install Go (ideally version `1.21`) by following the [official instructions](https://golang.org/doc/install). + Newer versions may work too. - Install a protobuf compiler (version 3.15 and up), it can be installed on most major Linux distros via the package name `protobuf-compiler`, `protobuf` on macOS via Homebrew, and on Windows @@ -96,6 +95,8 @@ 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]. +- `zig` installed and available in `%PATH%`. The latest official release should be fine: https://ziglang.org/download/. + - `msbuild.exe` available in `%PATH%`. If you installed Visual Studio Community edition, the binary can be found under: |
