]> git.rm.cloudns.org Git - xonotic/xonotic.wiki.git/commitdiff
fix attachment links, apparently I can not use a substitution text either!
authorMrBougo <bougospam@gmail.com>
Thu, 23 Aug 2012 22:05:00 +0000 (22:05 +0000)
committerRedmineExport <redmineexport@dev.xonotic.org>
Mon, 17 Nov 2014 17:53:33 +0000 (17:53 +0000)
(Commit created by redmine exporter script from page "Compiling_In_Windows" version 2)

Compiling_In_Windows.textile

index 0935c47d4b4087a252d0593fa97f0aa927cc3195..0061fc5d7de896f7e6101909bd9aa2466043e299 100644 (file)
@@ -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