2 developer documentation for NetRadiant
3 ======================================
5 (NOTE: outdated stuff has been ROT13ed)
10 The latest source is available from the git repository.
11 git://git.icculus.org/divverent/netradiant.git
13 The git client can be obtained from the Subversion site.
16 To get a copy of the source using the commandline git client:
17 Change the current directory to the desired location for the source.
18 git clone git://git.icculus.org/divverent/netradiant.git
23 Linux(using X-windows)
24 ======================
27 - gcc >= version 3.1 (preferably)
29 - svn >= 1.1 (some build steps use svn)
32 - gtk+ >= 2.4.0 (requires glib, atk, pango, iconv, etc)
33 - gtkglext >= 1.0.0 (requires opengl)
35 - zlib >= 1.2.0 (for archivezip module)
36 - libpng >= 1.2.0 (for imagepng module)
42 Execute 'install/radiant.x86'
49 - Xcode developer tools installed (OSX DVD)
50 - X11 (from the OS X DVD)
51 - MacPorts or fink installed
52 - the following packages installed:
54 gtkglext pkgconfig glib2-devel libxml2 gtk2 pango atk gettext wget
56 gtkglext1 pkgconfig glib2-dev libxml2 gtk+2 gtk+2-dev pango1-xft2-ft219-dev atk1 gettext-dev wget
62 Switch into the install folder, and run NetRadiant.app
64 Win32 (2000, XP, Vista or Windows 7)
68 - MinGW (http://www.mingw.org/wiki/Getting_Started)
69 Install this to c:\mingw, and select the components C compiler, C++ compiler
71 - Start the MSYS shell once, then exit it
72 - Prepackaged Radiant dependencies (Gtk and other stuff):
73 http://www.icculus.org/netradiant/files/netradiant-dependencies-mingw32-20101211-7z.exe
75 c:\mingw\msys\1.0\home\username
76 (if you do this with 7zip, keep the "netradiant-dependencies-mingw32" folder
78 - now download the source from the MSYS shell, if you don't already have it:
79 ~/netradiant-dependencies-mingw32/util/bin/git clone git://git.icculus.org/divverent/netradiant.git
82 - Start the MSYS shell
83 - Switch to the directory with NetRadiant source
84 - make MAKEFILE_CONF=mingw-Makefile.conf
87 - in the "install" directory, double click netradiant.exe
88 - if you get a DLL not found error, copy the DLL from either c:\mingw\bin or
89 from c:\mingw\msys\1.0\bin to the "install" directory