X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=COMPILING;h=d197bc359965da6045a28c88655b951c7dc276cb;hp=0a572e0fc2d0ea37fab8010bb2c0bf1eaf01d4f6;hb=041f7e0998c7e039b907df725b727e68477cd61b;hpb=9a4e9d5b77b0e34e73aeccd75506e96f3fe1f846 diff --git a/COMPILING b/COMPILING index 0a572e0f..d197bc35 100644 --- a/COMPILING +++ b/COMPILING @@ -13,7 +13,7 @@ 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/trunk/ ./GtkRadiant - svn checkout https://zerowing.idsoftware.com/svn/radiant.assets/Q3Pack/trunk/ ./GtkRadiant/games/Q3Pack + svn checkout https://zerowing.idsoftware.com/svn/radiant.gamepacks/Q3Pack/trunk/ ./GtkRadiant/games/Q3Pack @@ -24,6 +24,7 @@ environment: - gcc3 (preferably) - scons = 0.96 (radiant is built with scons rather than make) - python >= 2.3.0 (scons requires python, some build steps use python) +- svn >= 1.1 (some build steps use svn) dependencies: - gtk+ >= 2.4.0 (requires glib, atk, pango, iconv, etc) @@ -37,8 +38,8 @@ build: Execute 'scons SETUP=0' in the directory containing SConscript install: -run './GtkRadiant/install.py' -note - the installed data is not modified by the build, but it may be modified when you update from svn +run 'python ./GtkRadiant/install.py' +note - this script should be run after each time you update from svn run: Execute './GtkRadiant/install/radiant.x86' (or './GtkRadiant/install/radiant.ppc' on osx) @@ -51,24 +52,27 @@ Win32 (2000 or XP) environment: - visual studio .net 2003 - microsoft c++ compiler 7.1 (comes with vs.net 2003) -- python 2.3.0 or later +- python 2.3.0 or later (some build steps use python) +- subversion 1.1 or later (some build steps use svn) dependencies are prepackaged archives, extract them to the directory above GtkRadiant.sln: -- http://zerowing.idsoftware.com/files/radiant/developer/1.5/gtk2-2.4.14.zip (gtk-wimp, gtkglext, gtk, glib, atk, pango, iconv etc) -- http://zerowing.idsoftware.com/files/radiant/developer/1.5/libxml2-2.6.2.zip +- http://zerowing.idsoftware.com/files/radiant/developer/1.5/iconv-1.9.2.zip +- http://zerowing.idsoftware.com/files/radiant/developer/1.5/gtk2-2.4.14.zip (gtk-wimp, gtkglext, gtk, glib, atk, pango etc) +- http://zerowing.idsoftware.com/files/radiant/developer/1.5/libxml2-2.6.24.zip - http://zerowing.idsoftware.com/files/radiant/developer/1.5/STLport-4.6.2.zip - http://zerowing.idsoftware.com/files/radiant/developer/1.5/zlib1-1.2.1.zip (for archivezip module) - http://zerowing.idsoftware.com/files/radiant/developer/1.5/libpng-1.2.5.zip (for imagepng module) - http://zerowing.idsoftware.com/files/radiant/developer/1.5/mhash-0.9.1.zip (for q3map2) +- http://zerowing.idsoftware.com/files/radiant/developer/1.5/msvc_redist.zip (msvc runtime libraries) build: Open GtkRadiant.sln. -In tools > options > projects > VC++ Directories > executables, add the path to python.exe (e.g. c:\python23\) +In tools > options > projects > VC++ Directories > executables, add the paths to python.exe (e.g. c:\python23\) and svn.exe (e.g. c:\svn\) Hit 'Build > Build Solution' (F7) install: -run './GtkRadiant/install.py' -note - the installed data is not modified by the build, but it may be modified when you update from svn +run 'python ./GtkRadiant/install.py' +note - this script should be run after each time you update from svn run: set Project > Properties > Debugging > Command to "$(SolutionDir)install/$(TargetFileName)"