mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2024-11-10 07:11:54 +00:00
updated COMPILING to reflect gamepacks location
git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant@3 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
parent
9a4e9d5b77
commit
f9cd917831
1 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ 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/trunk/ ./GtkRadiant
|
||||||
svn checkout https://zerowing.idsoftware.com/svn/radiant.assets/Q3Pack/trunk/ ./GtkRadiant/games/Q3Pack
|
svn checkout https://zerowing.idsoftware.com/svn/radiant.gamepacks/Q3Pack/trunk/ ./GtkRadiant/games/Q3Pack
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ Execute 'scons SETUP=0' in the directory containing SConscript
|
||||||
|
|
||||||
install:
|
install:
|
||||||
run './GtkRadiant/install.py'
|
run './GtkRadiant/install.py'
|
||||||
note - the installed data is not modified by the build, but it may be modified when you update from svn
|
note - this script should be run after each time you update from svn
|
||||||
|
|
||||||
run:
|
run:
|
||||||
Execute './GtkRadiant/install/radiant.x86' (or './GtkRadiant/install/radiant.ppc' on osx)
|
Execute './GtkRadiant/install/radiant.x86' (or './GtkRadiant/install/radiant.ppc' on osx)
|
||||||
|
@ -68,7 +68,7 @@ Hit 'Build > Build Solution' (F7)
|
||||||
|
|
||||||
install:
|
install:
|
||||||
run './GtkRadiant/install.py'
|
run './GtkRadiant/install.py'
|
||||||
note - the installed data is not modified by the build, but it may be modified when you update from svn
|
note - this script should be run after each time you update from svn
|
||||||
|
|
||||||
run:
|
run:
|
||||||
set Project > Properties > Debugging > Command to "$(SolutionDir)install/$(TargetFileName)"
|
set Project > Properties > Debugging > Command to "$(SolutionDir)install/$(TargetFileName)"
|
||||||
|
|
Loading…
Reference in a new issue