Updated Building Zig on Windows (markdown)

Jonathan Marler 2021-06-17 12:24:11 -06:00
parent c27f928406
commit ad8b109826

@ -18,7 +18,7 @@ This zip file contains:
Unzip the dev kit and then in cmd.exe in your Zig source checkout:
```bat
C:\Users\andy\Downloads\zig+llvm+lld+clang-x86_64-windows-gnu-0.8.0-dev.1038+58344e001\bin\zig.exe build -Dstage1 --search-prefix C:\Users\andy\Downloads\zig+llvm+lld+clang-x86_64-windows-gnu-0.8.0-dev.1038+58344e001 --override-lib-dir C:\zig\lib
C:\Users\andy\Downloads\zig+llvm+lld+clang-x86_64-windows-gnu-0.8.0-dev.1038+58344e001\bin\zig.exe build -Dstage1 --search-prefix C:\Users\andy\Downloads\zig+llvm+lld+clang-x86_64-windows-gnu-0.8.0-dev.1038+58344e001 --zig-lib-dir C:\zig\lib
```
**If you get an error building at this step**, it is most likely that the Zig installation inside the dev kit is too old, and the dev kit needs to be updated. In this case one more step is required: