home *** CD-ROM | disk | FTP | other *** search
/ vsiftp.vmssoftware.com / VSIPUBLIC@vsiftp.vmssoftware.com.tar / FREEWARE / FREEWARE40.ZIP / xjig / install < prev    next >
Text File  |  1996-07-24  |  1KB  |  35 lines

  1.  
  2. Making the game can be done with the supplied Makefiles, or with
  3. the Imakefile, by using:
  4.     xmkmf
  5.     make depend
  6.     make
  7.  
  8. You should probably check the comments comments at the top of the
  9. Imakefile for setting additional parameters.
  10.  
  11. Have a look at the man-page or xjig.cat for further instructions on
  12. the usage.
  13.  
  14.  
  15. KNOWN 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.  
  26. Have fun.
  27.  
  28.         __  __     __                __     __  __                 _
  29.        / / / /__  / /___ ___  __  __/ /_   / / / /___  ___  ____  (_)___ _
  30.       / /_/ / _ \/ / __ `__ \/ / / / __/  / /_/ / __ \/ _ \/ __ \/ / __ `/
  31.      / __  /  __/ / / / / / / /_/ / /_   / __  / /_/ /  __/ / / / / /_/ /
  32.   _ /_/ /_/\___/_/_/ /_/ /_/\__,_/\__/  /_/ /_/\____/\___/_/ /_/_/\__, /
  33.  /__________________________________e-mail: Helmut.Hoenig@hub.de______/
  34.  
  35.