@@ -41,7 +41,7 @@ in production.
41
41
| --------------| --------------| ----------------------------------| ----------------------| ------------------|
42
42
| GNU/Linux | Tier 1 | kernel >= 2.6.32, glibc >= 2.12 | x86, x64, arm, arm64 | |
43
43
| 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 |
45
45
| SmartOS | Tier 2 | >= 15 < 16.4 | x86, x64 | see note1 |
46
46
| FreeBSD | Tier 2 | >= 10 | x64 | |
47
47
| 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.
76
76
77
77
#### Windows
78
78
79
- * Visual Studio 2015 or Visual C++ Build Tools 2015 or newer
79
+ * Visual Studio 2017 or the Build Tools thereof
80
80
81
81
## Building Node.js on supported platforms
82
82
@@ -192,16 +192,11 @@ $ [sudo] make install
192
192
Prerequisites:
193
193
194
194
* [ 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.
205
200
* Basic Unix tools required for some tests,
206
201
[ Git for Windows] ( http://git-scm.com/download/win ) includes Git Bash
207
202
and tools which can be included in the global ` PATH ` .
0 commit comments