]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - COMPILING
detect the wrong type Q3 format by a different error message when loading
[xonotic/netradiant.git] / COMPILING
index 8474e4232cb377471c70654fe718942c5a404de2..ab74b034224bbd1a48bc721734fbc58b96a3de66 100644 (file)
--- a/COMPILING
+++ b/COMPILING
@@ -1,3 +1,4 @@
+
 developer documentation for GtkRadiant 1.5.0-div0
 =================================================
 
@@ -14,11 +15,9 @@ 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 http://emptyset.endoftheinternet.org/svn/radiant15/trunk/ ./GtkRadiant
-  svn checkout -r29 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
-  For other game packs, see https://zerowing.idsoftware.com/svn/radiant.gamepacks/
-  Note that they must be in GtkRadiant 1.5's format (like the ones in a branches/1.5 subfolder)!
+  svn checkout http://svn.icculus.org/netradiant/trunk/ NetRadiant
+  cd NetRadiant
+  sh download-gamepacks.sh
 
 
 
@@ -47,12 +46,15 @@ OSX(using X-windows)
 ====================
 
 environment:
-- OS X 10.5
-- Xcode developer tools installed
+- OS X 10.5 or 10.6
+- Xcode developer tools installed (OSX DVD)
 - X11 (from the OS X DVD)
-- fink installed
-- the following fink packages installed:
-  gtkglext1 pkgconfig glib2-dev libxml2 gtk+2-dev pango1-xft2-dev atk-dev atk1 gettext-dev
+- MacPorts or fink installed
+- the following packages installed:
+  Macports:
+    gtkglext pkgconfig glib2-devel libxml2 gtk2 pango atk gettext wget
+  Fink:
+    gtkglext1 pkgconfig glib2-dev libxml2 gtk+2 gtk+2-dev pango1-xft2-ft219-dev atk1 gettext-dev wget
 
 build:
 run 'make'
@@ -66,13 +68,14 @@ Win32 (2000, XP, Vista or Windows 7)
 environment:
 - MinGW
   http://www.mingw.org/wiki/HOWTO_Install_the_MinGW_GCC_Compiler_Suite (the installer link)
-  Install this to c:\mingw
+  Install this to c:\mingw, and select the components C compiler, C++ compiler, Make
 - MSYS
   http://www.mingw.org/wiki/msys (you need the installer MSYS-versionnumber.exe)
   Install this to c:\msys\1.0
 - Prepackaged Radiant dependencies (Gtk and other stuff):
   http://www.icculus.org/netradiant/files/radiant-deps-mingw32.zip
   Preferably extract this one to c:\mingw\radiant-deps-mingw32
+- Subversion must be installed and available in PATH to download the game packs
 
 build:
 - Start the MSYS shell (to be found in c:\msys\1.0\msys.bat)