Skip to content

Commit

Permalink
Windows, docs: update VC++ requirements
Browse files Browse the repository at this point in the history
RELNOTES: none

PiperOrigin-RevId: 152137659
  • Loading branch information
laszlocsomor authored and damienmg committed Apr 4, 2017
1 parent 617bb89 commit b609b51
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions site/versions/master/docs/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,9 @@ To **run** Bazel (even pre-built binaries), you will need:
To **compile** Bazel, in addition to the above you will need:
* [Visual C++](https://www.visualstudio.com/) with Windows SDK installed
(Community Edition is fine). Note: we intend to relax this requirement in
the future to only require the Microsoft Visual C++ Build Tools, see
[github issue #2448](https://github.com/bazelbuild/bazel/issues/2448).
* [Visual C++ Build Tools](http://landinghub.visualstudio.com/visual-cpp-build-tools)
or the full [Visual C++](https://www.visualstudio.com/) (as part of Visual
Studio; Community Edition is fine) with Windows SDK installed.
* You may need to apply some patches/workarounds, see the
[known issues](install.md#compiling-from-source-issues).
Expand Down

0 comments on commit b609b51

Please sign in to comment.