X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=COMPILING;h=3c847ee13da6189d09f378d8a7e4fd1c2e0a053d;hp=4b57fbbd2335609c8cb23b3cfa9c1526d37aa787;hb=5f5eea806761cd92708e9e31af7cf53919227dae;hpb=27ecd5cda3c543216e126fcd0ca46ba02d8dd600 diff --git a/COMPILING b/COMPILING index 4b57fbbd..3c847ee1 100644 --- a/COMPILING +++ b/COMPILING @@ -65,24 +65,25 @@ 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, 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 +- 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 - Preferably extract this one to c:\mingw\radiant-deps-mingw32 -- Subversion must be installed and available in PATH to download the game packs + http://www.icculus.org/netradiant/files/netradiant-dependencies-mingw32-20101211-7z.exe + Extract this one to + c:\mingw\msys\1.0\home\username + (if you do this with 7zip, 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 (to be found in c:\msys\1.0\msys.bat) +- Start the MSYS shell - Switch to the directory with NetRadiant source -- cp mingw-Makefile.conf Makefile.conf -- (edit mingw-Makefile.conf in case you installed anything to other locations - than the recommended ones) -- make +- make MAKEFILE_CONF=mingw-Makefile.conf 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