From 99ebf3d2ec654b5ad6080cccf1351d15f7639bae Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Tue, 9 May 2023 10:53:31 +0100 Subject: [PATCH] Clarify that MSYS2 PATH is optional --- docs/PerUserInstallers.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/PerUserInstallers.html b/docs/PerUserInstallers.html index b02e551..4d9da73 100644 --- a/docs/PerUserInstallers.html +++ b/docs/PerUserInstallers.html @@ -98,7 +98,7 @@ For more information, see Env

Update the MSYS2 environment with pacman -Syu and then 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.

-

Finally, add %USERPROFILE%\msys64\ucrt64\bin to the %PATH% environment variable.

+

Optionally, add %USERPROFILE%\msys64\ucrt64\bin to the %PATH% environment variable to get access to the tools from the normal Windows Command Prompt or PowerShell.

A profile can be added to Windows Terminal with the following settings: