authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2018-11-01 15:21:41-04:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2018-11-01 15:21:41-04:00
log5c97aff627394439089267132a6c86f5e6162f92
treec35ba866f31f721060d6c7a45d4d5bcfb6848015
parent5b1b072d8dbfd6031eb7812bd47562fa15270855
signaturelock-open Commit is signed but in an unrecognized format.

readme: MSVC 2017 is the supported one now

also add note about pre-built master branch

1 files changed, 4 insertions(+), 1 deletions(-)

README.md+4-1
......@@ -79,6 +79,9 @@ that counts as "freestanding" for the purposes of this table.
7979[![Build Status](https://travis-ci.org/ziglang/zig.svg?branch=master)](https://travis-ci.org/ziglang/zig)
8080[![Build status](https://ci.appveyor.com/api/projects/status/4t80mk2dmucrc38i/branch/master?svg=true)](https://ci.appveyor.com/project/andrewrk/zig-d3l86/branch/master)
8181
82Note that you can
83[download a binary of master branch](https://ziglang.org/download/#release-master).
84
8285### Stage 1: Build Zig from C++ Source Code
8386
8487#### Dependencies
......@@ -92,7 +95,7 @@ that counts as "freestanding" for the purposes of this table.
9295##### Windows
9396
9497 * cmake >= 2.8.5
95 * Microsoft Visual Studio 2015
98 * Microsoft Visual Studio 2017
9699 * LLVM, Clang, LLD development libraries == 7.x, compiled with the same MSVC version above
97100
98101#### Instructions