From 134bb6ff79cad9fc914c1db6ba13c1e93bb6e852 Mon Sep 17 00:00:00 2001 From: nalla Date: Tue, 24 Mar 2015 14:38:24 +0100 Subject: [PATCH] Removed msys2-runtime build instructions. --- Building-Git.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/Building-Git.md b/Building-Git.md index b898493..390b001 100644 --- a/Building-Git.md +++ b/Building-Git.md @@ -14,16 +14,4 @@ We build Git for Windows using an [MSys2](https://msys2.github.io/) based *Git f 4. Build Git: `make`. -5. Run the test suite: `make test` - -# Build the `msys2-⁠runtime` - -1. Start the *MSys* (`msys2_shell.bat`) shell (i.e. not the *MinGW 32-bit* nor the *MinGW 64-bit* one). - -2. Install the MSys2 Toolchain: `pacman -⁠S gcc binutils make`. - -3. Clone the MSYS2-packages repository: `cd /usr/src && git clone https://github.com/git-for-windows/MSYS2-packages`. - -4. Build the package: `makepkg -⁠s`. - -(You might need to call `pacman -S ca-certificates` to reinstall that package, it seems that it was not installed properly at least in one MSys2 32-bit setup.) \ No newline at end of file +5. Run the test suite: `make test` \ No newline at end of file