GP-2786: A few improvements

This commit is contained in:
Ryan Kurtz
2022-11-02 11:01:47 -04:00
parent a437164b72
commit cddcf3d3e7
4 changed files with 14 additions and 5 deletions

View File

@@ -327,7 +327,12 @@ system:</p>
<li>
<a href="https://visualstudio.microsoft.com/vs/community/">Microsoft Visual Studio</a>
2017 or later, or <a href="https://visualstudio.microsoft.com/visual-cpp-build-tools/">
Microsoft C++ Build Tools</a> (Windows-only)
Microsoft C++ Build Tools</a> with the following components installed (Windows-only):
<ul>
<li>MSVC</li>
<li>Windows SDK</li>
<li>C++ ATL</li>
</ul>
</li>
</ul>
<p>To build the native binaries for your current platform, execute the following script:</p>