Skip to content

Commit 832f371

Browse files
author
Andrew Shymanel
authored
Updated C/C++ workload name
The workload for C/C++ development in VS Build Tools 2019 installer is called 'Desktop development with C++'.
1 parent 5476de8 commit 832f371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build/building-on-the-command-line.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You can build C and C++ applications on the command line by using tools that are
1515
1616
## Download and install the tools
1717

18-
If you've installed Visual Studio and a C++ workload, you have all the command-line tools. For information on how to install C++ and Visual Studio, see [Install C++ support in Visual Studio](vscpp-step-0-installation.md). If you only want the command-line toolset, download the [Build Tools for Visual Studio](https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019). When you run the downloaded executable, it updates and runs the Visual Studio Installer. To install only the tools you need for C++ development, select the **C++ build tools** workload. You can select optional libraries and toolsets to include under **Installation details**. To build code by using the Visual Studio 2015 or 2017 toolsets, select the optional MSVC v140 or MSVC v141 build tools. When you're satisfied with your selections, choose **Install**.
18+
If you've installed Visual Studio and a C++ workload, you have all the command-line tools. For information on how to install C++ and Visual Studio, see [Install C++ support in Visual Studio](vscpp-step-0-installation.md). If you only want the command-line toolset, download the [Build Tools for Visual Studio](https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019). When you run the downloaded executable, it updates and runs the Visual Studio Installer. To install only the tools you need for C++ development, select the **Desktop development with C++** workload. You can select optional libraries and toolsets to include under **Installation details**. To build code by using the Visual Studio 2015 or 2017 toolsets, select the optional MSVC v140 or MSVC v141 build tools. When you're satisfied with your selections, choose **Install**.
1919

2020
## How to use the command-line tools
2121

0 commit comments

Comments
 (0)