Update install-compiler-windows.md (#7998)

This commit is contained in:
Julia Reid 2021-08-18 15:56:12 -07:00 коммит произвёл GitHub
Родитель f02661a472
Коммит 62acfc8d90
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1,7 +1,7 @@
<h1 data-loc-id="walkthrough.windows.install.compiler">Install a C++ compiler on Windows</h1>
<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>
<ol>
<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>
<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>
</li>
<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>
<blockquote>