From 9b7061427182d16291fb3e2a10ae40181401d612 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Wed, 10 Aug 2016 14:40:50 +0200 Subject: [PATCH] doc: update windows prerequisites Visual Studio 2013 is no longer supported. Update the Windows build prerequisites. Refs: https://github.com/nodejs/node/issues/7484 --- BUILDING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index b4a7436cec76c5..a0978a805051f3 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -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`.