diff options
| author | Oskar <oskar@mullvad.net> | 2024-12-30 11:30:17 +0100 |
|---|---|---|
| committer | Oskar <oskar@mullvad.net> | 2024-12-30 11:30:17 +0100 |
| commit | 6e43bc5d6eefe7af2fb1ce76beb532a14be856c1 (patch) | |
| tree | d20360fa814f3332bc30f3acd1573271249709e1 | |
| parent | c3b52d7f2dd60bc1af4579c6f38bebd99d52ac53 (diff) | |
| parent | 30a83139b4bd298d5d9bf7b95b6e8ad9c4a35e59 (diff) | |
| download | mullvadvpn-6e43bc5d6eefe7af2fb1ce76beb532a14be856c1.tar.xz mullvadvpn-6e43bc5d6eefe7af2fb1ce76beb532a14be856c1.zip | |
Merge branch 'update-windows-arm-docs'
| -rw-r--r-- | BuildInstructions.md | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/BuildInstructions.md b/BuildInstructions.md index 6ef33d5005..d3cf347c9c 100644 --- a/BuildInstructions.md +++ b/BuildInstructions.md @@ -116,7 +116,7 @@ The host has to have the following installed: [Git for Windows]: https://git-scm.com/download/win -### Experimental: Cross-compiling for ARM64 +### Cross-compiling for ARM64 By default, the app will build for the host platform. It is also possible to cross-compile the app for ARM64 on x64. This requires: @@ -194,11 +194,9 @@ variable to `aarch64-unknown-linux-gnu`: TARGETS="aarch64-unknown-linux-gnu" ./build.sh ``` -### Experimental: Windows - -ARM64 Windows is not yet fully working or supported. +### Windows -To cross-compile for ARM64 rather than the current architecture, set the `TARGETS` environment +To cross-compile for ARM64 from another host architecture, set the `TARGETS` environment variable to `aarch64-pc-windows-msvc`: ```bash |
