]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - COMPILING
doc fixes
[xonotic/netradiant.git] / COMPILING
index 148c6eded9b3502395bf4b1ccd5e14e22d331df3..4b57fbbd2335609c8cb23b3cfa9c1526d37aa787 100644 (file)
--- a/COMPILING
+++ b/COMPILING
@@ -1,22 +1,22 @@
-developer documentation for GtkRadiant 1.5.0-div0
-=================================================
+
+developer documentation for NetRadiant
+======================================
 
 (NOTE: outdated stuff has been ROT13ed)
 
 getting the source
 ==================
 
-The latest source is available from the Subversion repository.
-  https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/trunk/
+The latest source is available from the git repository.
+  git://git.icculus.org/divverent/netradiant.git
 
-The subversion client can be obtained from the Subversion site.
-  http://subversion.tigris.org
+The git client can be obtained from the Subversion site.
+  http://git-scm.org
 
-To get a copy of the source using the commandline Subversion client:
+To get a copy of the source using the commandline git client:
   Change the current directory to the desired location for the source.
-  svn checkout http://svn.icculus.org/netradiant/trunk/ NetRadiant
-  cd NetRadiant
-  sh download-gamepacks.sh
+  git clone git://git.icculus.org/divverent/netradiant.git
+  cd netradiant
 
 
 
@@ -39,18 +39,21 @@ build:
 run 'make'
 
 run:
-Execute './GtkRadiant/install/radiant.x86' (or './GtkRadiant/install/radiant.ppc' on osx)
+Execute 'install/radiant.x86'
 
 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'
@@ -71,6 +74,7 @@ environment:
 - 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)