| ... | @@ -79,6 +79,9 @@ that counts as "freestanding" for the purposes of this table. | ... | @@ -79,6 +79,9 @@ that counts as "freestanding" for the purposes of this table. |
| 79 | [](https://travis-ci.org/ziglang/zig) | 79 | [](https://travis-ci.org/ziglang/zig) |
| 80 | [](https://ci.appveyor.com/project/andrewrk/zig-d3l86/branch/master) | 80 | [](https://ci.appveyor.com/project/andrewrk/zig-d3l86/branch/master) |
| 81 | | 81 | |
| | 82 | Note that you can |
| | 83 | [download a binary of master branch](https://ziglang.org/download/#release-master). |
| | 84 | |
| 82 | ### Stage 1: Build Zig from C++ Source Code | 85 | ### Stage 1: Build Zig from C++ Source Code |
| 83 | | 86 | |
| 84 | #### Dependencies | 87 | #### Dependencies |
| ... | @@ -92,7 +95,7 @@ that counts as "freestanding" for the purposes of this table. | ... | @@ -92,7 +95,7 @@ that counts as "freestanding" for the purposes of this table. |
| 92 | ##### Windows | 95 | ##### Windows |
| 93 | | 96 | |
| 94 | * cmake >= 2.8.5 | 97 | * cmake >= 2.8.5 |
| 95 | * Microsoft Visual Studio 2015 | 98 | * Microsoft Visual Studio 2017 |
| 96 | * LLVM, Clang, LLD development libraries == 7.x, compiled with the same MSVC version above | 99 | * LLVM, Clang, LLD development libraries == 7.x, compiled with the same MSVC version above |
| 97 | | 100 | |
| 98 | #### Instructions | 101 | #### Instructions |