mirror of
https://github.com/ziglang/zig.git
synced 2024-11-21 19:42:56 +00:00
Updated Setting up an ARM64 Windows Dev Kit to be a CI Runner (markdown)
parent
6428ac0921
commit
f5a393136d
@ -46,4 +46,6 @@ cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=$(pwd)/dist -DCMAKE_A
|
||||
make install
|
||||
```
|
||||
|
||||
This produces `dist/bin/ninja.exe` which you can send to your Windows machine with [WebWormhole](https://webwormhole.io/)
|
||||
This produces `dist/bin/ninja.exe` which you can send to your Windows machine with [WebWormhole](https://webwormhole.io/).
|
||||
|
||||
You must then put ninja.exe into one of the directories in the system-wide `Path` environment variable (or add a new directory to that environment variable if necessary). This is how CMake detects the existence of Ninja.
|
Loading…
Reference in New Issue
Block a user