forked from git/git
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Building msys2 runtime
dscho edited this page Mar 29, 2015
·
22 revisions
- Just install the net-installer.
-
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). -
Install the MSys2 Toolchain:
pacman -S base-devel
. -
Clone the MSYS2-packages repository:
cd /usr/src && git clone https://github.com/git-for-windows/MSYS2-packages
. -
Change to the
msys2-runtime
directory:cd MSYS2-packages/msys2-runtime
-
Build the package:
makepkg -s
.
This wiki page has been retired. All it did was to point to Git for Windows' governance model.