update win32 instructions a bit

This commit is contained in:
Rudolf Polzer 2010-12-11 15:27:29 +01:00
parent 257292c06e
commit a6f747ac13
2 changed files with 9 additions and 17 deletions

View File

@ -65,26 +65,18 @@ Win32 (2000, XP, Vista or Windows 7)
================== ==================
environment: environment:
- MinGW - MinGW (http://www.mingw.org/wiki/Getting_Started)
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
Install this to c:\mingw, and select the components C compiler, C++ compiler, Make and MSYS Basic System
- MSYS
http://www.mingw.org/wiki/msys (you need the installer MSYS-versionnumber.exe)
Install this to c:\msys\1.0
- Prepackaged Radiant dependencies (Gtk and other stuff): - Prepackaged Radiant dependencies (Gtk and other stuff):
http://www.icculus.org/netradiant/files/radiant-deps-mingw32.zip http://www.icculus.org/netradiant/files/radiant-deps-mingw32.zip OUTDATED!
Preferably extract this one to c:\mingw\radiant-deps-mingw32 Preferably extract this one to
OUTDATED! c:\mingw\msys\1.0\home\username\netradiant-dependencies-mingw32
- Subversion must be installed and available in PATH to download the game packs
- msysGit must be installed and available in PATH to download the game packs
build: 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 - Switch to the directory with NetRadiant source
- cp mingw-Makefile.conf Makefile.conf - make MAKEFILE_CONF=mingw-Makefile.conf
- (edit mingw-Makefile.conf in case you installed anything to other locations
than the recommended ones)
- make
run: run:
- in the "install" directory, double click netradiant.exe - in the "install" directory, double click netradiant.exe

View File

@ -2,7 +2,7 @@
MINGW_EXEC_PREFIX ?= MINGW_EXEC_PREFIX ?=
# where the dependencies package is extracted # where the dependencies package is extracted
RADIANT_DEPENDENCIES_PREFIX = $(HOME)/radiant-deps-mingw32/ RADIANT_DEPENDENCIES_PREFIX = $(HOME)/netradiant-dependencies-mingw32/
# run the prefix fixing tool # run the prefix fixing tool
IGNORETHIS := $(shell cd $(RADIANT_DEPENDENCIES_PREFIX) && ./fixprefix.sh) IGNORETHIS := $(shell cd $(RADIANT_DEPENDENCIES_PREFIX) && ./fixprefix.sh)