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