Updated Building Zig on Windows (markdown)

Andrew Kelley 2022-10-29 19:57:11 -04:00
parent 9bd1f2c992
commit 4c570db0dd

@ -15,7 +15,9 @@ https://ziglang.org/deps/zig+llvm+lld+clang-x86_64-windows-gnu-$VERSION.zip
This zip file contains:
* An older Zig installation.
* LLVM, LLD, and Clang libraries (.lib and .h files), version 15.0.0, built in Release mode.
* LLVM, LLD, and Clang libraries (.lib and .h files), version 15.0.3, built in Release mode.
* zlib (.lib and .h files), v1.2.13, built in Release mode
* zstd (.lib and .h files), v1.5.2, built in Release mode
Unzip the dev kit and then in cmd.exe in your Zig source checkout: