Skip to content

Commit 7f2cf9a

Browse files
phillipjrvagg
authored andcommittedFeb 27, 2016
doc: explicit about VS 2015 support in readme
`vcbuild.bat` already supports both Visual Studio 2013 and 2015. PR-URL: #5406 Reviewed-By: Alexis Campailla <[email protected]> Reviewed-By: Rod Vagg <[email protected]>
1 parent 12d3cdb commit 7f2cf9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ $ node -e "console.log('Hello from Node.js ' + process.version)"
160160
Prerequisites:
161161

162162
* [Python 2.6 or 2.7](https://www.python.org/downloads/)
163-
* Visual Studio 2013 for Windows Desktop, or
164-
* Visual Studio Express 2013 for Windows Desktop
163+
* Visual Studio 2013 / 2015, all editions including the Community edition, or
164+
* Visual Studio Express 2013 / 2015 for Desktop
165165
* Basic Unix tools required for some tests,
166166
[Git for Windows](http://git-scm.com/download/win) includes Git Bash
167167
and tools which can be included in the global `PATH`.

0 commit comments

Comments
 (0)