Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Commit

Permalink
Windows, installation docs: clarify VS requirement
Browse files Browse the repository at this point in the history
Make it explicit that the user only needs VC++
with Windows SDK.

Fixes bazelbuild/bazel#1564

--
MOS_MIGRATED_REVID=137709665
  • Loading branch information
laszlocsomor committed Oct 31, 2016
1 parent 2218a77 commit 4da3193
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion versions/master/docs/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4da3193

Please sign in to comment.