Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2017-08-11 09:43:12 +0300
committerMichaël Zasso <targos@protonmail.com>2017-08-18 11:46:05 +0300
commit2062a69879986985ff272e20aac8314515444bf2 (patch)
tree92f50a63a2fb392d5167c6fd9572980f4d579815 /BUILDING.md
parentd15a5c0fe1380bc33368d08f3cf4564a60146243 (diff)
build: stop support building addons with VS 2013
PR-URL: https://github.com/nodejs/node/pull/14764 Refs: https://github.com/nodejs/node/pull/14730#issuecomment-321609328 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'BUILDING.md')
-rw-r--r--BUILDING.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/BUILDING.md b/BUILDING.md
index 47630ddf150..18df706fabc 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