No description
Find a file
2002-02-25 07:44:17 +00:00
cs-code add servlist.qc 2002-02-17 07:32:36 +00:00
debian
doc Another test, and reformatting a text file. 2002-02-22 10:24:26 +00:00
include bring sv_phys.c closer to being mergable. I've temporarily(?) disabled 2002-02-22 05:28:17 +00:00
libs eliminate GetEdictFieldValue, mostly merge SV_AddGravity, and clean up 2002-02-25 07:44:17 +00:00
nq eliminate GetEdictFieldValue, mostly merge SV_AddGravity, and clean up 2002-02-25 07:44:17 +00:00
qw eliminate GetEdictFieldValue, mostly merge SV_AddGravity, and clean up 2002-02-25 07:44:17 +00:00
RPM package fixups 2002-01-22 20:18:40 +00:00
tools make unsigned arrays/pointers more useful by allowing them to be used as 2002-02-24 01:11:34 +00:00
.gitignore
acconfig.h gl_driver default is now configurable 2002-02-22 08:55:24 +00:00
acinclude.m4
bootstrap
configure.ac more problems pointed out by raorn 2002-02-23 17:43:58 +00:00
COPYING
INSTALL
Makefile.am scary, but the only changes qfcc needed to build as part of quakeforge was 2002-01-22 05:48:03 +00:00
NEWS
quakeforge-config.in
quakeforge.lsm.in
README.cygwin
TODO TODO stuff, and a test of the log_accum script. 2002-02-22 10:16:02 +00:00

NOTE: this method was determined in windows98, if it doesn't work for your
system, let us know.

Also lets us know if it does.

email: quake-user@lists.sourceforge.net
IRC: irc.openprojects.net #quakeforge
==========================================================================

WARNING: QuakeForge may take several hours from bootstrap to the completion
         of make install on some systems

To build win32(mingw) quakeforge bins you will need to download and build
libtools and SDL sources, in that order.

You will also need 3 headers from the Microsoft Directx SDK.
ddraw.h dinput.h dsound.h
Put them in your /usr/include/w32api dir
 
Obtain libtool source from www.gnu.org (good place to get to know), and when
you configure libtool please ensure you use --prefix=/usr otherwise you will
have problems.

Obtain SDL source from www.libsdl.org. You do not need the SDL mingw file, it
is just a bunch of docs and test source. 

Once both are built and installed, then you can start.

in quakeforge run
./bootstrap
./configure --program-prefix= --disable-oss --host=i386-mingw32 --build=i386-cygwin --target=i386-ming32 --disable-Werror
make
make install

goto the /usr/local/bin directory and copy the qw-* and nq-* files to your dos
quake dir

NOTE: due to bugs in the Directx8 SDK header files you will need 
--disable-Werror on the configure command line. This may also be the case with
earlier Directx SDK's but it hasn't been tested. 

Let us know how you go.


Chris Ison (WildCode) for Quakeforge