Updated Building Zig on Windows (markdown)

Andrew Kelley 2022-10-29 18:01:29 -04:00
parent c20216ed93
commit 18cc452631

@ -6,9 +6,11 @@
This one has the benefit that LLVM, LLD, and Clang are built in Release mode, while your Zig build has the option to be a Debug build. It also works completely independently from MSVC so you don't need it to be installed.
* [zig+llvm+lld+clang-x86_64-windows-gnu-0.10.0-dev.4300+1f196b9e2.zip](https://ziglang.org/deps/zig+llvm+lld+clang-x86_64-windows-gnu-0.10.0-dev.4300+1f196b9e2.zip) (162 MiB) (sha256 8e7acd64e65e75433e05d687af3bc8ac6fbd622a7fc97da79712cc28dbb6870a)
Determine the URL by [looking at the CI script](https://github.com/ziglang/zig/blob/master/ci/azure/pipelines.yml#L17-L20). It will look something like this (replace `$VERSION` with the one you see by following the above link):
If this does not work, the URL for the archive the current master build uses can be found in the [pipelines.yml](https://github.com/ziglang/zig/blob/master/ci/azure/pipelines.yml#L17-L20) file.
```
https://ziglang.org/deps/zig+llvm+lld+clang-x86_64-windows-gnu-$VERSION.zip
```
Please consider [sponsoring Zig](https://github.com/sponsors/ziglang). ❤️