summaryrefslogtreecommitdiff
path: root/BUILDING.md
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2017-08-11 08:43:12 +0200
committerMichaël Zasso <targos@protonmail.com>2017-08-18 10:46:05 +0200
commit2062a69879986985ff272e20aac8314515444bf2 (patch)
tree92f50a63a2fb392d5167c6fd9572980f4d579815 /BUILDING.md
parentd15a5c0fe1380bc33368d08f3cf4564a60146243 (diff)
downloadandroid-node-v8-2062a69879986985ff272e20aac8314515444bf2.tar.gz
android-node-v8-2062a69879986985ff272e20aac8314515444bf2.tar.bz2
android-node-v8-2062a69879986985ff272e20aac8314515444bf2.zip
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 47630ddf15..18df706fab 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