1
2Making the game can be done with the supplied Makefiles, or with
3the Imakefile, by using:
4	xmkmf
5	make depend
6	make
7
8You should probably check the comments comments at the top of the
9Imakefile for setting additional parameters.
10
11Have a look at the man-page or xjig.cat for further instructions on
12the usage.
13
14
15KNOWN PROBLEMS:
16
17- There are problems with the optimize option in some gcc version (e.g. 2.7.0).
18  If the compilation runs fine, but nothing happens on the screen, this might
19  be the problem and you should re-compile it non-optimized.
20
21- The game wasn't tested on 64bit machines yet. Since the texture-mapping
22  routines are very low level C-functions, there might be hidden bugs
23  depending on the underlying datatypes of the system. Comments are welcome.
24
25
26Have fun.
27
28        __  __     __                __     __  __                 _
29       / / / /__  / /___ ___  __  __/ /_   / / / /___  ___  ____  (_)___ _
30      / /_/ / _ \/ / __ `__ \/ / / / __/  / /_/ / __ \/ _ \/ __ \/ / __ `/
31     / __  /  __/ / / / / / / /_/ / /_   / __  / /_/ /  __/ / / / / /_/ /
32  _ /_/ /_/\___/_/_/ /_/ /_/\__,_/\__/  /_/ /_/\____/\___/_/ /_/_/\__, /
33 /__________________________________e-mail: Helmut.Hoenig@hub.de______/
34
35