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 8f0793f

Browse filesBrowse files
seishunMylesBorins
authored andcommitted
doc: clarify the prerequisites for building with VS2017
* "Edition" is ambiguous. For example, Visual Studio Team Explorer 2017 is listed under "Visual Studio 2017", but Build Tools for Visual Studio 2017 is listed under "Other Tools and Frameworks". * The listed required components are insufficient. VS2017 also needs "Visual Studio C++ core features", and Build Tools also needs "Visual C++ Build Tools core features". * Installing the workload with the default optional components takes up only about 1GB more space than the minimal set of components, but saves scrolling through the long list of individual components. PR-URL: #16903 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: João Reis <reis@janeasystems.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com>
1 parent 2ad051d commit 8f0793f
Copy full SHA for 8f0793f

File tree

Expand file treeCollapse file tree

1 file changed

+5
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-3
lines changed
Open diff view settings
Collapse file

‎BUILDING.md‎

Copy file name to clipboardExpand all lines: BUILDING.md
+5-3Lines changed: 5 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,11 @@ Prerequisites:
199199
* [Visual Studio 2015 Update 3](https://www.visualstudio.com/), all editions
200200
including the Community edition (remember to select
201201
"Common Tools for Visual C++ 2015" feature during installation).
202-
* [Visual Studio 2017](https://www.visualstudio.com/downloads/), any edition (including the Build Tools SKU).
203-
**Required Components:** "MSbuild", "VC++ 2017 v141 toolset" and at least one of the Windows SDKs.
204-
*Note*: For "Windows 10 SDK (10.0.15063.0)" only the "Desktop C++ x86 and x64" flavor is required.
202+
* The "Desktop development with C++" workload from
203+
[Visual Studio 2017](https://www.visualstudio.com/downloads/) or the
204+
"Visual C++ build tools" workload from the
205+
[Build Tools](https://www.visualstudio.com/downloads/#build-tools-for-visual-studio-2017),
206+
with the default optional components.
205207
* Basic Unix tools required for some tests,
206208
[Git for Windows](http://git-scm.com/download/win) includes Git Bash
207209
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.