]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - COMPILING
Adding winding_logging.patch to disappearing_sliver regression test that
[xonotic/netradiant.git] / COMPILING
index b3ec018249e03ef0b02f3c523284956b70da28cc..0a5c74d8b944e260d64aa0938cfaa0cab6fc627b 100644 (file)
--- a/COMPILING
+++ b/COMPILING
@@ -13,9 +13,12 @@ The subversion client can be obtained from the Subversion site.
 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.gamepacks/Q3Pack/trunk/ ./GtkRadiant/games/Q3Pack
-  svn checkout https://zerowing.idsoftware.com/svn/radiant.gamepacks/UFOAIPack/trunk/ ./GtkRadiant/games/UFOAIPack
 
+Download the desired game packs:
+  cd ./GtkRadiant/install/installs
+  svn checkout https://zerowing.idsoftware.com/svn/radiant.gamepacks/Q3Pack/trunk/ ./Q3Pack
+  svn checkout https://zerowing.idsoftware.com/svn/radiant.gamepacks/UFOAIPack/trunk/ ./UFOAIPack
+  svn checkout https://zerowing.idsoftware.com/svn/radiant.gamepacks/TremulousPack/trunk/ ./TremulousPack
 
 Linux/OSX(using X-windows)
 ==========================
@@ -35,7 +38,7 @@ dependencies:
 - libmhash = 0.9.0 (for q3map2)
 
 build:
-Execute 'scons SETUP=0' in the directory containing SConscript
+Execute 'scons' in the directory containing SConscript
 
 install:
 run 'python ./GtkRadiant/install.py'