diff --git a/docs/PerUserInstallers.html b/docs/PerUserInstallers.html index 5c6d838..28b6f1a 100644 --- a/docs/PerUserInstallers.html +++ b/docs/PerUserInstallers.html @@ -51,6 +51,17 @@ cd %USERPROFILE%\opt\7zip

Download

ZIP version can run from any directory.

+

MSYS2 (development environment)

+

Download

+

Download and run the msys2-x86_64-*.exe installer. + Install to a directory that you have write access to, e.g. under %USERPROFILE%\opt\msys64.

+

Run the MSYS2 UCRT64 launcher. + UCRT64 is Microsoft's Universal C Runtime Library and is the preferred build environment on modern (Windows 10 and above) Windows operating systems. + For more information, see Environments.

+

Update the MSYS2 environment with pacman -Syu and then install the toolchain package group with pacman -S mingw-w64-ucrt0x86_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%\opt\msys64\urct64\bin to the %PATH% environment variable.

+

PuTTY

Download

The Windows built-in ssh-agent needs admin to be started.