To get a copy of the source using the commandline Subversion client:
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.assets/Q3Pack/trunk/ ./GtkRadiant/games/Q3Pack
+ svn checkout https://zerowing.idsoftware.com/svn/radiant.gamepacks/Q3Pack/trunk/ ./GtkRadiant/games/Q3Pack
install:
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:
Execute './GtkRadiant/install/radiant.x86' (or './GtkRadiant/install/radiant.ppc' on osx)
install:
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:
set Project > Properties > Debugging > Command to "$(SolutionDir)install/$(TargetFileName)"