From db138a8f563d219e487d6cf2b7664534c263e1a4 Mon Sep 17 00:00:00 2001 From: Thomas Braun Date: Thu, 26 Feb 2015 00:48:42 +0100 Subject: [PATCH] Updated Building Git (markdown) --- Building-Git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-Git.md b/Building-Git.md index d01d218..a1cd370 100644 --- a/Building-Git.md +++ b/Building-Git.md @@ -8,7 +8,7 @@ As we are in the process of switching away from msysGit as our development envir 2. Download and run [this file](https://raw.githubusercontent.com/git-for-windows/build-extra/master/setup-git-sdk.bat) in a `cmd` window in the top-level MSys2 directory (you need to close all MSys2 windows before that, so that the `msys-2.0.dll` file can be updated). -3. After you run the `setup-git-sdk.bat` the custom git-for-windows `msys2-runtime` got installed. Now it is time to fire up the *MinGW* shell and update the rest of the system and install the build dependencies. To update the system run `pacman -Su --noconfirm` and to install the dependencies run `pacman -S --noconfirm python less openssh patch make tar diffutils ca-certificates perl-Error perl perl-Authen-SASL perl-libwww perl-MIME-tools perl-Net-SMTP-SSL perl-TermReadKey winpty-git mingw-w64--curl mingw-w64--expat mingw-w64--openssl mingw-w64--tcl mingw-w64--pcre` +3. After you run the `setup-git-sdk.bat` the custom git-for-windows `msys2-runtime` got installed. Now it is time to fire up the *MinGW* shell and update the rest of the system and install the build dependencies. To update the system run `pacman -Su --noconfirm` and to install the dependencies run `pacman -S --noconfirm python less openssh patch make tar diffutils ca-certificates perl-Error perl perl-Authen-SASL perl-libwww perl-MIME-tools perl-Net-SMTP-SSL perl-TermReadKey winpty-git mingw-w64--curl mingw-w64--expat mingw-w64--openssl mingw-w64--tcl mingw-w64--pcre`. is "i686" for the 32bit version. # Build Git