Skip to content

Commit

Permalink
doc: update windows prerequisites
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
bnoordhuis authored and cjihrig committed Aug 15, 2016
1 parent f6713bf commit 1903275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ Prerequisites:
* [Python 2.6 or 2.7](https://www.python.org/downloads/)
* One of:
* [Visual C++ Build Tools](http://landinghub.visualstudio.com/visual-cpp-build-tools)
* [Visual Studio](https://www.visualstudio.com/) 2013 / 2015, all editions including the Community edition
* [Visual Studio](https://www.visualstudio.com/) Express 2013 / 2015 for Desktop
* [Visual Studio 2015 Update 3](https://www.visualstudio.com/), all editions
including the Community edition.
* Basic Unix tools required for some tests,
[Git for Windows](http://git-scm.com/download/win) includes Git Bash
and tools which can be included in the global `PATH`.
Expand Down

0 comments on commit 1903275

Please sign in to comment.