From 4b9f9cd052ac5ebfa147e32500a9050f4f6621b8 Mon Sep 17 00:00:00 2001 From: MrBougo Date: Thu, 23 Aug 2012 22:05:00 +0000 Subject: [PATCH] fix attachment links, apparently I can not use a substitution text either! (Commit created by redmine exporter script from page "Compiling_In_Windows" version 2) --- Compiling_In_Windows.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Compiling_In_Windows.textile b/Compiling_In_Windows.textile index 0935c47..0061fc5 100644 --- a/Compiling_In_Windows.textile +++ b/Compiling_In_Windows.textile @@ -22,7 +22,7 @@ When the setup is complete, you will get a "MinGW Shell" in your start menu. Thi h3. Installing msysgit -Run the installer. At the component selection screen ([[attachment:git-1-components.png|screenshot]]), uncheck the "Associate .sh files" option. Windows Explorer Integration can also optionnally be unselected -- it is only useful if you plan on contributing and do not like using git purely from the command line to do so. When you get to the PATH adjusting screen ([[attachment:git-2-path.png|screenshot]]), you need to select the second option (Run Git from the Windows Command Prompt). This ensures that git can be run from the MinGW shell, as we will not use the shell that comes with msysgit for this. Finally, in the line ending screen ([[attachment:git-3-crlf.png|screenshot]]), keep the first option selected unless you know what you're doing. +Run the installer. At the component selection screen (screenhsot: attachment:"git-1-components.png"), uncheck the "Associate .sh files" option. Windows Explorer Integration can also optionnally be unselected -- it is only useful if you plan on contributing and do not like using git purely from the command line to do so. When you get to the PATH adjusting screen (screenshot: attachment:git-2-path.png), you need to select the second option (Run Git from the Windows Command Prompt). This ensures that git can be run from the MinGW shell, as we will not use the shell that comes with msysgit for this. Finally, in the line ending screen (screenshot: attachment:git-3-crlf.png), keep the first option selected unless you know what you're doing. h3. Installing the dependencies in MinGW -- 2.39.2