Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c4e2343

Browse filesBrowse files
seishunevanlucas
authored andcommitted
doc: drop support for VS2015
PR-URL: #16868 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
1 parent 7c364a2 commit c4e2343
Copy full SHA for c4e2343

File tree

Expand file treeCollapse file tree

1 file changed

+7
-12
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-12
lines changed
Open diff view settings
Collapse file

‎BUILDING.md‎

Copy file name to clipboardExpand all lines: BUILDING.md
+7-12Lines changed: 7 additions & 12 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -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
192192
Prerequisites:
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

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.