Changeset 259
- Timestamp:
- 06/26/08 01:46:24 (5 months ago)
- Files:
-
- GtkRadiant/trunk/COMPILING (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
GtkRadiant/trunk/COMPILING
r149 r259 13 13 To get a copy of the source using the commandline Subversion client: 14 14 Change the current directory to the desired location for the source. 15 svn checkout https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/ trunk/ ./GtkRadiant15 svn checkout https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/1.5/ ./GtkRadiant 16 16 svn checkout https://zerowing.idsoftware.com/svn/radiant.gamepacks/Q3Pack/trunk/ ./GtkRadiant/games/Q3Pack 17 svn checkout https://zerowing.idsoftware.com/svn/radiant.gamepacks/UFOAIPack/branches/1.5/ ./GtkRadiant/games/UFOAIPack 17 18 18 19 … … 60 61 build: 61 62 Open GtkRadiant.sln. 62 In tools > options > projects > VC++ Directories > executables, add the paths to python.exe (e.g. c:\python23\) and svn.exe (e.g. c:\svn\) 63 In tools > options > projects > VC++ Directories > executables, add the paths to python.exe (e.g. c:\python23\) and svn.exe (e.g. c:\svn\) 63 64 Hit 'Build > Build Solution' (F7) 64 65
