Updated Building Zig From Source (markdown)

Andrew Kelley 2022-05-01 17:11:33 -04:00
parent fdec236f7c
commit 4c31984778

@ -63,7 +63,7 @@ If you intend to develop the stage2 compiler itself, then continue onward. Other
Now we use the stage1 binary produced from the previous step:
```
zig build -p stage2 -Denable-llvm
./stage1/bin/zig build -p stage2 -Denable-llvm
```
This produces `stage2/bin/zig` which can be used for testing and development.