mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
* prepared the COMPILING file for 1.5 for branches/1.5
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@259 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
parent
a95c219c97
commit
ec1a4b012f
1 changed files with 3 additions and 2 deletions
|
@ -12,8 +12,9 @@ The subversion client can be obtained from the Subversion site.
|
||||||
|
|
||||||
To get a copy of the source using the commandline Subversion client:
|
To get a copy of the source using the commandline Subversion client:
|
||||||
Change the current directory to the desired location for the source.
|
Change the current directory to the desired location for the source.
|
||||||
svn checkout https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk/ ./GtkRadiant
|
svn checkout https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/1.5/ ./GtkRadiant
|
||||||
svn checkout https://zerowing.idsoftware.com/svn/radiant.gamepacks/Q3Pack/trunk/ ./GtkRadiant/games/Q3Pack
|
svn checkout https://zerowing.idsoftware.com/svn/radiant.gamepacks/Q3Pack/trunk/ ./GtkRadiant/games/Q3Pack
|
||||||
|
svn checkout https://zerowing.idsoftware.com/svn/radiant.gamepacks/UFOAIPack/branches/1.5/ ./GtkRadiant/games/UFOAIPack
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -59,7 +60,7 @@ dependencies are prepackaged archives, extract them to the directory above GtkRa
|
||||||
|
|
||||||
build:
|
build:
|
||||||
Open GtkRadiant.sln.
|
Open GtkRadiant.sln.
|
||||||
In tools > options > projects > VC++ Directories > executables, add the paths to python.exe (e.g. c:\python23\) and svn.exe (e.g. c:\svn\)
|
In tools > options > projects > VC++ Directories > executables, add the paths to python.exe (e.g. c:\python23\) and svn.exe (e.g. c:\svn\)
|
||||||
Hit 'Build > Build Solution' (F7)
|
Hit 'Build > Build Solution' (F7)
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
Loading…
Reference in a new issue