]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - COMPILING
update URL to the netradiant dependencies
[xonotic/netradiant.git] / COMPILING
index 3be80f497a2564ba44b78e6f62d6f495025d8c3f..53f7d29a91a4537b6b8efdca91b78056b6875e96 100644 (file)
--- a/COMPILING
+++ b/COMPILING
@@ -68,10 +68,13 @@ environment:
 - MinGW (http://www.mingw.org/wiki/Getting_Started)
   Install this to c:\mingw, and select the components C compiler, C++ compiler
   and MSYS Basic System
+- Start the MSYS shell once, then exit it
 - Prepackaged Radiant dependencies (Gtk and other stuff):
-  http://www.icculus.org/netradiant/files/radiant-deps-mingw32.zip OUTDATED!
-  Preferably extract this one to
-  c:\mingw\msys\1.0\home\username\netradiant-dependencies-mingw32
+  http://www.icculus.org/netradiant/files/netradiant-dependencies-mingw32-20101211-7z.exe
+  Extract this one to
+  c:\mingw\msys\1.0\home\username (keep the "netradiant-dependencies-mingw32" folder name of the contents)
+- now download the source from the MSYS shell, if you don't already have it:
+  ~/netradiant-dependencies-mingw32/util/bin/git clone git://git.icculus.org/divverent/netradiant.git
 
 build:
 - Start the MSYS shell
@@ -80,3 +83,5 @@ build:
 
 run:
 - in the "install" directory, double click netradiant.exe
+- if you get a DLL not found error, copy the DLL from either c:\mingw\bin or
+  from c:\mingw\msys\1.0\bin to the "install" directory