diff options
| author | David Lönnhager <david.l@mullvad.net> | 2025-01-16 08:51:21 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2025-01-24 17:35:04 +0100 |
| commit | 30a730edc7b556721ae60668517063d22eecd14a (patch) | |
| tree | 4dc1dbdc7801c4646a88e4c0d97379e1d10bb6de | |
| parent | a205d81ab6853105121b87beaec4a4751ade6cfe (diff) | |
| download | mullvadvpn-30a730edc7b556721ae60668517063d22eecd14a.tar.xz mullvadvpn-30a730edc7b556721ae60668517063d22eecd14a.zip | |
Mention zig 0.14 in build instructions
| -rw-r--r-- | BuildInstructions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BuildInstructions.md b/BuildInstructions.md index d06076ab64..b81ba0d9c7 100644 --- a/BuildInstructions.md +++ b/BuildInstructions.md @@ -95,7 +95,7 @@ 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/. +- `zig` installed and available in `%PATH%`. 0.14 or later is recommended: https://ziglang.org/download/. - `msbuild.exe` available in `%PATH%`. If you installed Visual Studio Community edition, the binary can be found under: |
