From 03afc7d463149860df6e7c7aa04a6325bb9391e3 Mon Sep 17 00:00:00 2001 From: Laszlo Csomor Date: Mon, 31 Oct 2016 16:21:46 +0000 Subject: Windows, installation docs: clarify VS requirement Make it explicit that the user only needs VC++ with Windows SDK. Fixes https://github.com/bazelbuild/bazel/issues/1564 -- MOS_MIGRATED_REVID=137709665 --- site/versions/master/docs/windows.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'site/versions/master/docs/windows.md') diff --git a/site/versions/master/docs/windows.md b/site/versions/master/docs/windows.md index 140d35f5ea..63ef99dd27 100644 --- a/site/versions/master/docs/windows.md +++ b/site/versions/master/docs/windows.md @@ -53,7 +53,8 @@ Building Bazel on Windows To bootstrap Bazel on Windows, you will need: * Java JDK 8 or later -* [Visual Studio](https://www.visualstudio.com/) (Community Edition is okay) +* [Visual C++](https://www.visualstudio.com/) with Windows SDK installed + (Community Edition is fine) * [msys2](https://msys2.github.io/) (need to be installed at ``C:\tools\msys64\``). * Several msys2 packages. Use the ``pacman`` command to install them: -- cgit v1.2.3