Skip to content

Commit 1903275

Browse files
bnoordhuiscjihrig
authored andcommitted
doc: update windows prerequisites
Visual Studio 2013 is no longer supported. Update the Windows build prerequisites. Refs: #7484 PR-URL: #8049 Reviewed-By: James M Snell <[email protected]> Reviewed-By: João Reis <[email protected]>
1 parent f6713bf commit 1903275

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BUILDING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ Prerequisites:
101101
* [Python 2.6 or 2.7](https://www.python.org/downloads/)
102102
* One of:
103103
* [Visual C++ Build Tools](http://landinghub.visualstudio.com/visual-cpp-build-tools)
104-
* [Visual Studio](https://www.visualstudio.com/) 2013 / 2015, all editions including the Community edition
105-
* [Visual Studio](https://www.visualstudio.com/) Express 2013 / 2015 for Desktop
104+
* [Visual Studio 2015 Update 3](https://www.visualstudio.com/), all editions
105+
including the Community edition.
106106
* Basic Unix tools required for some tests,
107107
[Git for Windows](http://git-scm.com/download/win) includes Git Bash
108108
and tools which can be included in the global `PATH`.

0 commit comments

Comments
 (0)