From 394743f4b3fdd8dcab76dea411f7d00301115622 Mon Sep 17 00:00:00 2001 From: Phillip Johnsen Date: Wed, 24 Feb 2016 08:19:36 +0100 Subject: [PATCH] doc: explicit about VS 2015 support in readme `vcbuild.bat` already supports both Visual Studio 2013 and 2015. PR-URL: https://github.com/nodejs/node/pull/5406 Reviewed-By: Alexis Campailla Reviewed-By: Rod Vagg --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db2b7e5a65abff..22883b569a5914 100644 --- a/README.md +++ b/README.md @@ -160,8 +160,8 @@ $ node -e "console.log('Hello from Node.js ' + process.version)" Prerequisites: * [Python 2.6 or 2.7](https://www.python.org/downloads/) -* Visual Studio 2013 for Windows Desktop, or -* Visual Studio Express 2013 for Windows Desktop +* Visual Studio 2013 / 2015, all editions including the Community edition, or +* Visual Studio Express 2013 / 2015 for Desktop * 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`.