You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-8Lines changed: 24 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,9 +55,9 @@ before submitting your pull requests.
55
55
* Windows users:
56
56
* Latest version of [Visual Studio](https://www.visualstudio.com/) with command line tools and build tools installed
57
57
*`BAZEL_VS` environment variable should point to the location of the build tools,
58
-
e.g. `C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools`
58
+
e.g. `C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools`
59
59
*`BAZEL_VC` environment variable should point to the location of the command line tools,
60
-
e.g. `C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC`
60
+
e.g. `C:\Program Files (x86)\Microsoft Visual Studio\2022\Community\VC`
61
61
*`BAZEL_VC_FULL_VERSION` environment variable should contain the version of the installed command line tools,
62
62
e.g. `14.27.29110`
63
63
* A detailed setup guide can be seen on Jim Evan's [post](http://jimevansmusic.blogspot.com/2020/04/setting-up-windows-development.html)
0 commit comments