Changeset 259

Show
Ignore:
Timestamp:
06/26/08 01:46:24 (5 months ago)
Author:
mattn
Message:

* prepared the COMPILING file for 1.5 for branches/1.5

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • GtkRadiant/trunk/COMPILING

    r149 r259  
    1313To get a copy of the source using the commandline Subversion client: 
    1414  Change the current directory to the desired location for the source. 
    15   svn checkout https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk/ ./GtkRadiant 
     15  svn checkout https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/1.5/ ./GtkRadiant 
    1616  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 
    1718 
    1819 
     
    6061build: 
    6162Open 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\)  
     63In tools > options > projects > VC++ Directories > executables, add the paths to python.exe (e.g. c:\python23\) and svn.exe (e.g. c:\svn\) 
    6364Hit 'Build > Build Solution' (F7) 
    6465