@@ -41,7 +41,7 @@ in production.
4141| --------------| --------------| ----------------------------------| ----------------------| ------------------|
4242| GNU/Linux | Tier 1 | kernel >= 2.6.32, glibc >= 2.12 | x86, x64, arm, arm64 | |
4343| macOS | Tier 1 | >= 10.10 | x64 | |
44- | Windows | Tier 1 | >= Windows 7 / 2008 R2 | x86, x64 | vs2015 or vs2017 |
44+ | Windows | Tier 1 | >= Windows 7 / 2008 R2 | x86, x64 | vs2017 |
4545| SmartOS | Tier 2 | >= 15 < 16.4 | x86, x64 | see note1 |
4646| FreeBSD | Tier 2 | >= 10 | x64 | |
4747| GNU/Linux | Tier 2 | kernel >= 3.13.0, glibc >= 2.19 | ppc64le >=power8 | |
@@ -76,7 +76,7 @@ Depending on host platform, the selection of toolchains may vary.
7676
7777#### Windows
7878
79- * Visual Studio 2015 or Visual C++ Build Tools 2015 or newer
79+ * Visual Studio 2017 or the Build Tools thereof
8080
8181## Building Node.js on supported platforms
8282
@@ -192,16 +192,11 @@ $ [sudo] make install
192192Prerequisites:
193193
194194* [ Python 2.6 or 2.7] ( https://www.python.org/downloads/ )
195- * One of:
196- * [ Visual C++ Build Tools] ( http://landinghub.visualstudio.com/visual-cpp-build-tools )
197- * [ Visual Studio 2015 Update 3] ( https://www.visualstudio.com/ ) , all editions
198- including the Community edition (remember to select
199- "Common Tools for Visual C++ 2015" feature during installation).
200- * The "Desktop development with C++" workload from
201- [ Visual Studio 2017] ( https://www.visualstudio.com/downloads/ ) or the
202- "Visual C++ build tools" workload from the
203- [ Build Tools] ( https://www.visualstudio.com/downloads/#build-tools-for-visual-studio-2017 ) ,
204- with the default optional components.
195+ * The "Desktop development with C++" workload from
196+ [ Visual Studio 2017] ( https://www.visualstudio.com/downloads/ ) or the
197+ "Visual C++ build tools" workload from the
198+ [ Build Tools] ( https://www.visualstudio.com/downloads/#build-tools-for-visual-studio-2017 ) ,
199+ with the default optional components.
205200* Basic Unix tools required for some tests,
206201 [ Git for Windows] ( http://git-scm.com/download/win ) includes Git Bash
207202 and tools which can be included in the global ` PATH ` .
0 commit comments