We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5acd1c4 commit 2909bfbCopy full SHA for 2909bfb
README.md
@@ -37,15 +37,6 @@ For other versions, check the git tags of this repository.
37
38
## Build Instructions
39
40
-TL;DR:
41
-
42
-```
43
-CMAKE_GENERATOR=Ninja ./build native-linux-gnu baseline
44
-./out/zig-x86_64-linux-gnu-baseline/zig version
45
46
47
-### UNIX Build Instructions
48
49
```
50
./build <arch>-<os>-<abi> <mcpu>
51
@@ -70,7 +61,7 @@ significantly affect how long it takes to build:
70
61
71
62
When it succeeds, output can be found in `out/zig-<triple>-<cpu>/`.
72
63
73
-### Windows Build Instructions
64
+## Windows Build Instructions
74
65
75
66
Bootstrapping on Windows with MSVC is also possible via `build.bat`, which
76
67
takes the same arguments as `build` above.
0 commit comments