mirror of
https://github.com/UberGames/GtkRadiant.git
synced 2024-11-10 06:31:41 +00:00
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
This commit is contained in:
parent
5526da8cdc
commit
4de65601e1
1 changed files with 2 additions and 1 deletions
|
@ -70,7 +70,8 @@
|
||||||
<h3>Step B: Extract</h3>
|
<h3>Step B: Extract</h3>
|
||||||
<p>
|
<p>
|
||||||
Extract the zip file you just downloaded to <tt>C:\MinGW</tt> . I would use that exact location; I will be referring to
|
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
|
<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.
|
the wrong zip archive.
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Reference in a new issue