Fix typos
This commit is contained in:
parent
5b2d5a62d2
commit
a6fe3972a4
1 changed files with 3 additions and 3 deletions
|
@ -60,13 +60,13 @@ cd %USERPROFILE%\opt\7zip
|
|||
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> and then install the toolchain package group with <code>pacman -S mingw-w64-ucrt0x86_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>
|
||||
<p>Finally, add <code>%USERPROFILE%\opt\msys64\urct64\bin</code> to the <code>%PATH%</code> environment variable.</p>
|
||||
<p>Finally, add <code>%USERPROFILE%\opt\msys64\ucrt64\bin</code> to the <code>%PATH%</code> environment variable.</p>
|
||||
<p>A profile can be added to Windows Terminal with the following settings:</p>
|
||||
<ul>
|
||||
<li><strong>Name:</strong> <code>MSYS2 URCT64</code></li>
|
||||
<li><strong>Name:</strong> <code>MSYS2 UCRT64</code></li>
|
||||
<li><strong>Command line:</strong> <code>%USERPROFILE%\opt\msys64\msys2_shell.cmd -defterm -here -no-start -ucrt64</code></li>
|
||||
<li><strong>Starting directory:</strong> <code>%USERPROFILE%\opt\msys64\home\%USERNAME%</code></li>
|
||||
<li><strong>Icon:</strong> <code>%USERPROFILE%\opt\msys64\urct64.ico</code></li>
|
||||
<li><strong>Icon:</strong> <code>%USERPROFILE%\opt\msys64\ucrt64.ico</code></li>
|
||||
</ul>
|
||||
|
||||
<h2>PuTTY</h2>
|
||||
|
|
Loading…
Reference in a new issue