Fix typo
This commit is contained in:
parent
65b5bca2f2
commit
8254964906
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue