From 8254964906ebcb518c27f8599285df22202127af Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Tue, 9 May 2023 14:31:22 +0100 Subject: [PATCH] Fix typo --- docs/PerUserInstallers.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/PerUserInstallers.html b/docs/PerUserInstallers.html index 6a2f9d8..7bb3421 100644 --- a/docs/PerUserInstallers.html +++ b/docs/PerUserInstallers.html @@ -97,7 +97,7 @@ UCRT64 is Microsoft's Universal C Runtime Library and is the preferred For more information, see Environments.

Update the MSYS2 environment with pacman -Syu. -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 ucrt64.exe if necessary, and install the toolchain package group with pacman -S mingw-w64-ucrt-x86_64-toolchain. This will install all of the build tools including gcc, g++, and mingw32-make, plus the libstdc and libstdc++ libraries.