From 870fc1a37d735ac91b9bc7c93eb36e2a1b0735bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=A7=88=EB=88=84=EC=97=98?= Date: Sat, 7 Mar 2015 13:37:28 +0100 Subject: [PATCH] Removed temporary stuff. --- Building-Git.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Building-Git.md b/Building-Git.md index 2e7f888..c2030e8 100644 --- a/Building-Git.md +++ b/Building-Git.md @@ -6,7 +6,7 @@ As we are in the process of switching away from msysGit as our development envir 1. Install MSys2 from https://msys2.github.io/, into `C:/msys32` and `C:/msys64` (if you only want to build for one architecture, you can skip the other one). This will install three Shells into the Start Menu: the *MSys*, the *MinGW 32* and the *MinGW 64* Shell. To build Git, you should start the *MinGW* shell corresponding to the architecture of the installed MSys2. -2. Download [setup-git-sdk.bat](https://raw.githubusercontent.com/nalla/build-extra/master/setup-git-sdk.bat) and put it in the the top-level MSys2 directory. Then run the `setup-git-sdk.bat` in a `cmd` window (you need to close all MSys2 windows before that, so that the `msys-2.0.dll` file can be updated). The `setup-git-sdk.bat` updates the `msys2-runtime` and will install the git build dependencies via `pacman`. +2. Download [setup-git-sdk.bat](https://raw.githubusercontent.com/git-for-windows/build-extra/master/setup-git-sdk.bat) and put it in the the top-level MSys2 directory. Then run the `setup-git-sdk.bat` in a `cmd` window (you need to close all MSys2 windows before that, so that the `msys-2.0.dll` file can be updated). The `setup-git-sdk.bat` updates the `msys2-runtime` and will install the git build dependencies via `pacman`. # Build Git @@ -14,8 +14,6 @@ As we are in the process of switching away from msysGit as our development envir 2. Clone Git: `cd /usr/src/ && git clone https://github.com/git-for-windows/git`. -3. Temporarily: In /usr/src/git/, check out the `update-to-2.3.0` branch: `git remote add -f dscho https://github.com/dscho/git && git checkout -t dscho/update-to-2.3.0`. - 4. Build Git: `make`. 5. Run the test suite: `make test`