From 6163b130ca011d15162b6ddc3350ed0be9ec58b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Fri, 11 Aug 2017 08:43:12 +0200 Subject: [PATCH] build: stop support building addons with VS 2013 --- BUILDING.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 47630ddf150216..18df706fabc129 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -70,9 +70,7 @@ Depending on host platform, the selection of toolchains may vary. #### Windows -* Building Node: Visual Studio 2015 or Visual C++ Build Tools 2015 or newer -* Building native add-ons: Visual Studio 2013 or Visual C++ Build Tools 2015 - or newer +* Visual Studio 2015 or Visual C++ Build Tools 2015 or newer ## Building Node.js on supported platforms