Skip to content

Commit

Permalink
Add example BAZEL_VS and BAZEL_VC for VS 2017
Browse files Browse the repository at this point in the history
Closes #6618.

PiperOrigin-RevId: 220430021
  • Loading branch information
Jonathan Cohen authored and Copybara-Service committed Nov 7, 2018
1 parent 8e28083 commit bd47bb5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions site/docs/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,18 @@ To build C++ targets, you need:
The first command sets the path to Visual Studio (BAZEL\_V<b>S</b>), the other
sets the path to Visual C++ (BAZEL\_V<b>C</b>).

For Visual Studio 2017, with a default install, instead you might want

```
set BAZEL_VS=C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools
```

or

```
set BAZEL_VC=C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC
```

* The [Windows
SDK](https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk).

Expand Down

0 comments on commit bd47bb5

Please sign in to comment.