compiling                                             22 september 1997
.........                                               jet@poboxes.com


you need a Quake C compiler, eg. qcc.tgz, available from:

   ftp://130.88.128.166/pub/quakec/qcc.tgz
   
win32 users can use

   ftp://src.doc.ic.ac.uk/packages/idgames2/quakec/qccwin32.zip
   
also existing are fqcc (fast qcc), and proqcc.

UNIX users:

simple, just compile up qcc place it in /usr/local/bin or somewhere
on the path and:

make clean; make

DOS/WINDOWS users:

i have nicely included djpp's cpp program in /misc.  this is 
used for the precompiling of the quake c files.  you might be able to 
compile the code in preqcc though - i have not tried.  the cpp program 
can be obtained from:

ftp://src.doc.ic.ac.uk/packages/ibmpc/simtel/vendors/dgjpp/v2gnu/

                          cpp  -  gcc2721b.zip
	                 make  -  mak375b.zip  

(go32 can be obtained from v2/djdev201.zip)

simply change to the /misc directory and enter:

make clean
make

note that the file /makefile will not work as it is configured for unix,
misc/makefile must be used instead.

if you have problems like file not found copy all the executables to 
a directory on your path - cpp.exe, make.exe, and qccwin32.exe

failing that send mail to bannor - he develops for windows 32bit
                          jet    - for unix

........................................................................

