How to install MinGW using MSYS2.

Опубликовано: 23 Февраль 2026
на канале: Aus.
891
14

If you want to use the mingw64 environment, remove the word "ucrt" from the package names (for example "mingw-w64-x86_64-toolchain" instead of "mingw-w64-ucrt-x86_64-toolchain") and use the mingw64 terminal. Also make sure to add the bin folder of the correct environment to the PATH variable.

MSYS2:
https://www.msys2.org

MinGW Toolchain:
https://packages.msys2.org/basegroups...

my github: https://github.com/Aermoss
join our discord server:   / discord  
for contact: [email protected]

Timestamps:
00:00 - Installing MSYS2.
00:10 - Updating MSYS2.
00:17 - Installing the MinGW toolchain.
00:27 - Adding MinGW to the PATH variable.