Skip to content

Commit 62acfc8

Browse files
authored
Update install-compiler-windows.md (#7998)
1 parent f02661a commit 62acfc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/walkthrough/installcompiler/install-compiler-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<h1 data-loc-id="walkthrough.windows.install.compiler">Install a C++ compiler on Windows</h1>
22
<p data-loc-id="walkthrough.windows.text1">If you&#39;re doing C++ development for Windows, we recommend installing the Microsoft Visual C++ (MSVC) compiler toolset. If you&#39;re targeting Linux from Windows, check out <a href="https://code.visualstudio.com/docs/cpp/config-wsl" data-loc-id="walkthrough.windows.link.title1">Using C++ and Windows Subsystem for Linux (WSL) in VS Code</a>. Or, you could <a href="https://code.visualstudio.com/docs/cpp/config-mingw" data-loc-id="walkthrough.windows.link.title2">install GCC on Windows with MinGW</a>.</p>
33
<ol>
4-
<li><p data-loc-id="walkthrough.windows.text2">To install MSVC, download <strong data-loc-id="walkthrough.windows.build.tools1">C++ Build Tools</strong> from the Visual Studio <a href="https://visualstudio.microsoft.com/downloads#other" data-loc-id="walkthrough.windows.link.downloads">Downloads</a> page. </p>
4+
<li><p data-loc-id="walkthrough.windows.text2">To install MSVC, download <strong data-loc-id="walkthrough.windows.build.tools1">Build Tools for Visual Studio 2019</strong> from the Visual Studio <a href="https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2019" data-loc-id="walkthrough.windows.link.downloads">Downloads</a> page. </p>
55
</li>
66
<li><p data-loc-id="walkthrough.windows.text3">In the Visual Studio Installer, check the <strong data-loc-id="walkthrough.windows.build.tools2">C++ build tools</strong> workload and select <strong data-loc-id="walkthrough.windows.link.install">Install</strong>.</p>
77
<blockquote>

0 commit comments

Comments
 (0)