]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - COMPILING
Adding patch_seam q3map2 regression test. Probably not fixable, but good to
[xonotic/netradiant.git] / COMPILING
index 7dd7bd14d7c7f5fe343bcfa7aabf0117f64aaf72..902dd59533f7dfc571fc7e384a4116ac83a149ec 100644 (file)
--- a/COMPILING
+++ b/COMPILING
@@ -1,5 +1,5 @@
-developer documentation for GtkRadiant 1.5.0
-============================================
+developer documentation for GtkRadiant 1.6.0 (Zeroradiant)
+==========================================================
 
 getting the source
 ==================
@@ -12,11 +12,13 @@ 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/branches/1.5/ ./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/branches/1.5/ ./GtkRadiant/games/UFOAIPack
-
+  svn checkout https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk/ ./GtkRadiant
 
+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)
 ==========================
@@ -33,10 +35,9 @@ dependencies:
 - libxml2 >= 2.0.0
 - zlib >= 1.2.0 (for archivezip module)
 - libpng >= 1.2.0 (for imagepng module)
-- 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'
@@ -46,7 +47,6 @@ run:
 Execute './GtkRadiant/install/radiant.x86' (or './GtkRadiant/install/radiant.ppc' on osx)
 
 
-
 Win32 (2000, XP or Vista)
 ==================