mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-10 03:51:18 +00:00
Updating Windows compile guide with new SVN repo location.
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@488 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
parent
b5b1482c98
commit
82aeb6acea
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@
|
||||||
<hr />
|
<hr />
|
||||||
<p>This guide explains how to compile GtkRadiant 1.6.x from source code on Windows operating systems.
|
<p>This guide explains how to compile GtkRadiant 1.6.x from source code on Windows operating systems.
|
||||||
The source code is obtained from
|
The source code is obtained from
|
||||||
id Software's official GtkRadiant SVN repository, which is open to the public (details follow).
|
the GtkRadiant SVN repository, which is open to the public (details follow).
|
||||||
These instructions are aimed at developers wanting to test changes to GtkRadiant source code.
|
These instructions are aimed at developers wanting to test changes to GtkRadiant source code.
|
||||||
The instructions below have been executed successfully on
|
The instructions below have been executed successfully on
|
||||||
Windows XP 32 bit (some late service pack) and on Windows 7 Ultimate 32 bit. Since 64 bit systems have not been tested by me, I cannot
|
Windows XP 32 bit (some late service pack) and on Windows 7 Ultimate 32 bit. Since 64 bit systems have not been tested by me, I cannot
|
||||||
|
@ -260,7 +260,7 @@ $ <b>ln -s /c/Python27/Scripts/scons /usr/local/bin/scons</b>
|
||||||
<p>Now, we're going to change to that directory and get the base GtkRadiant project:</p>
|
<p>Now, we're going to change to that directory and get the base GtkRadiant project:</p>
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<pre width="88" style="background: #CCCCCC; padding: 2mm; border-style: ridge">$ <b>cd radiant-work</b>
|
<pre width="88" style="background: #CCCCCC; padding: 2mm; border-style: ridge">$ <b>cd radiant-work</b>
|
||||||
$ <b>svn checkout https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk ./GtkRadiant</b>
|
$ <b>svn checkout svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk ./GtkRadiant</b>
|
||||||
</pre>
|
</pre>
|
||||||
</blockquote>
|
</blockquote>
|
||||||
<p>We created the extra <tt>radiant-work</tt> parent directory of <tt>GtkRadiant</tt> because the following step will
|
<p>We created the extra <tt>radiant-work</tt> parent directory of <tt>GtkRadiant</tt> because the following step will
|
||||||
|
|
Loading…
Reference in a new issue