Setting the file. One moment.
Subchapter 57.3
references/msys2.mdMarkdown4 KBView on GitHub
MSYS2 provides a collection of tools and libraries for building, installing, and running native Windows software. It uses Pacman (from Arch Linux) for package management.
MSYS2 provides multiple environments targeting different use cases:
| Environment | Prefix | Toolchain | C Runtime |
|---|---|---|---|
| MSYS | /usr | GCC | cygwin |
| MINGW64 | /mingw64 | GCC | MSVCRT |
| UCRT64 | /ucrt64 | GCC | UCRT |
| CLANG64 | /clang64 | LLVM | UCRT |
| CLANGARM64 | /clangarm64 | LLVM | UCRT |