From 4de65601e123ff2ebc62867f5b367654e57a3963 Mon Sep 17 00:00:00 2001 From: rambetter Date: Sun, 9 Jan 2011 21:36:32 +0000 Subject: [PATCH] Fixing Win compile guide, "if you choose path other than C:\MinGW, make sure there is no space in the path". git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@412 8a3a26a2-13c4-0310-b231-cf6edde360e5 --- windows_compile_guide/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/windows_compile_guide/index.html b/windows_compile_guide/index.html index 238a87a..54cb9c1 100644 --- a/windows_compile_guide/index.html +++ b/windows_compile_guide/index.html @@ -70,7 +70,8 @@

Step B: Extract

Extract the zip file you just downloaded to C:\MinGW . 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. If you choose a different location, make sure that there is no space in + the path. After extraction, double check that there exists a file C:\MinGW\bin\mingw-get.exe . If such a file does not exist, you extracted at an incorrect level or you downloaded the wrong zip archive.