]> git.xonotic.org Git - xonotic/netradiant.git/commitdiff
Fixing Win compile guide, "if you choose path other than
authorrambetter <rambetter@8a3a26a2-13c4-0310-b231-cf6edde360e5>
Sun, 9 Jan 2011 21:36:32 +0000 (21:36 +0000)
committerrambetter <rambetter@8a3a26a2-13c4-0310-b231-cf6edde360e5>
Sun, 9 Jan 2011 21:36:32 +0000 (21:36 +0000)
C:\MinGW, make sure there is no space in the path".

git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk@412 8a3a26a2-13c4-0310-b231-cf6edde360e5

windows_compile_guide/index.html

index 238a87affbd5c65633f123de881b589112eb5fa9..54cb9c1f833941a9cb1b1c2bd9f1cd5518bd7c53 100644 (file)
@@ -70,7 +70,8 @@
     <h3>Step B: Extract</h3>
     <p>
       Extract the zip file you just downloaded to <tt>C:\MinGW</tt> .  I would use that exact location; I will be referring to
-      that location in the rest of the instructions.  After extraction, double check that there exists a file
+      that location in the rest of the instructions.  <font color="#ff0000">If you choose a different location, make sure that there is no space in
+      the path.</font>  After extraction, double check that there exists a file
       <tt>C:\MinGW\bin\mingw-get.exe</tt> .  If such a file does not exist, you extracted at an incorrect level or you downloaded
       the wrong zip archive.
     </p>