Installation-Guide for Q3 LogGen
********************************

Prog: Q3 Log Generator HTML (stat-prog for Quake 3)
home: http://www.cs.tu-berlin.de/~hanspete/Quake3
auth: Jacobs, Hans-Peter <hanspete@cs.tu-berlin.de>
date: 21th jan 2000

Contents
********
	Linux
	Windoze
	Solaris

Since the prog is written in very pure C, it *should* run on any
plattform :-) (yes, AMIGA too). Nevertheless, I just test it for the
Linux and Win-plattform, so if you encounter any probs, I will try to
help.



Linux:
	make a directory
	change to that directory
	untar with "tar xvfz <q3_loggen_linux_xyz.tgz>"
	run make with "make"

Windoze:
	An executable file is within the windows-release, so there
	is no need to recompile it.

	Simply unzip all the stuff to a directory of your choice,
	run the "q3_loggen.exe" to see all command-line-switches.

	If you want to compile it under Windoze you should use
	a free GCC package. In the main-directory of q3loggen,
	type "gmake -f make.win" - this should do the job.

Solaris:
	make a directory
	"cd" to that dir
	untar the linux-version "gtar xvfz <q3_loggen_linux_xyz.tgz>"
	if ("make" is not "gmake") then
		edit Makefile : "CALLMAKE=make" to "CALLMAKE=gmake"

	run make with "gmake" or "make" :-)
