home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 113 / EnigmaAmiga113CD.iso / software / giochi / gltron / install < prev    next >
Encoding:
Text File  |  2000-03-30  |  1.3 KB  |  42 lines

  1. Installation (general things).
  2.  
  3. for URL's on how to get these packages see
  4. http://www.ards.net/Andreas/gltron.html#links
  5.  
  6. Get a working OpenGL / Mesa
  7. Get libpng / zlib (standard on allmost any system)
  8. Get SDL-1.1 and SDL_mixer
  9. (from http://www.devolution.com/~slouken/SDL/index.html)
  10.  
  11. Installation
  12.  
  13. ./configure
  14. make
  15.  
  16. Note: ./configure might fail to find some libraries, I haven't completely
  17. figured it out yet. If you're sure that you have all the necessary libs,
  18. just skip running ./configure and type 'make'.
  19.  
  20. Type './gltron' to play!
  21.  
  22. Optionally do (as root):
  23.  
  24. make install
  25.  
  26. make install will install gltron in GLTRON_INSTALLDIR and some other files
  27. in GLTRON_HOME as defined in the Makefile. By default, GLTRON_INSTALLDIR
  28. is /usr/bin and GLTRON_HOME is /usr/share/games/gltron.
  29.  
  30. If the environment variable GLTRON_HOME is defined, it will look
  31. there first, ./ second, /usr/share/games/gltron third and at last in
  32. /usr/local/share/games/gltron. If you do a make install and have changed
  33. GLTRON_HOME, you _must_ set the GLTRON_HOME environment variable.
  34.  
  35. You might also want to put the GLTRON_HOME environment variable into
  36. your ~/.profile (bash) or ~/.tcshrc (tcsh).
  37.  
  38. Start gltron with the -s option if you don't want the sound playing.
  39.  
  40. These instructions are very brief. I'd be glad if someone could write
  41. them better.
  42.