We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
msys2-runtime
Open the Git for Windows SDK MSys shell by double clicking msys2_shell.bat in the install folder. (i.e. not the MinGW 32-bit nor the MinGW 64-bit one).
msys2_shell.bat
Install the MSys2 Toolchain: pacman -S base-devel.
pacman -S base-devel
Clone the MSYS2-packages repository: cd /usr/src && git clone https://github.com/git-for-windows/MSYS2-packages.
cd /usr/src && git clone https://github.com/git-for-windows/MSYS2-packages
Change to the msys2-runtime directory: cd MSYS2-packages/msys2-runtime
msys2-runtime
cd MSYS2-packages/msys2-runtime
Build the package: makepkg -s.
makepkg -s