Skip to content

Commit

Permalink
Merge branch 'update-windows-arm-docs'
Browse files Browse the repository at this point in the history
  • Loading branch information
raksooo committed Dec 30, 2024
2 parents c3b52d7 + 30a8313 commit 6e43bc5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions BuildInstructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 6e43bc5

Please sign in to comment.