This commit is contained in:
Anthony Rose 2023-05-09 14:31:22 +01:00
parent 65b5bca2f2
commit 8254964906

View file

@ -97,7 +97,7 @@ UCRT64 is Microsoft's <em>Universal C Runtime Library</em> and is the preferred
For more information, see <a href="https://www.msys2.org/docs/environments/">Environments</a>.</p> For more information, see <a href="https://www.msys2.org/docs/environments/">Environments</a>.</p>
<p>Update the MSYS2 environment with <code>pacman -Syu</code>. <p>Update the MSYS2 environment with <code>pacman -Syu</code>.
You might be prompted to terminate the environment to complete the installation of all the upates. You might be prompted to terminate the environment to complete the installation of all the updates.
Relaunch <code>ucrt64.exe</code> if necessary, and install the toolchain package group with <code>pacman -S mingw-w64-ucrt-x86_64-toolchain</code>. Relaunch <code>ucrt64.exe</code> if necessary, and install the toolchain package group with <code>pacman -S mingw-w64-ucrt-x86_64-toolchain</code>.
This will install all of the build tools including <code>gcc</code>, <code>g++</code>, and <code>mingw32-make</code>, plus the <code>libstdc</code> and <code>libstdc++</code> libraries.</p> This will install all of the build tools including <code>gcc</code>, <code>g++</code>, and <code>mingw32-make</code>, plus the <code>libstdc</code> and <code>libstdc++</code> libraries.</p>