home *** CD-ROM | disk | FTP | other *** search
/ Freelog 42 / Freelog042.iso / BestOf / Heroes / doc / README-LIB < prev    next >
Text File  |  2002-03-30  |  2KB  |  63 lines

  1. This is the Windows binary for Heroes, cross-compiled
  2. from Linux and linked statically against SDL 1.2.3,
  3. SDL_mixer 1.2.0 and MinGW (from the mingw32 Debian package).
  4.  
  5. The man page and info file have been replaced by an html page in
  6. the doc/ directory.
  7.  
  8. Heroes has been configured with the following options:
  9. --host=i586-mingw32msvc --prefix=/heroes --enable-html-doc=/heroes/doc
  10. --with-sdl
  11.  
  12. SDL and SDL_mixer have been configured with:
  13. --host=i586-mingw32msvc --target=i586-mingw32msvc --build=i586-linux
  14. --enable-static --disable-shared
  15.  
  16. -----
  17.  
  18. Heroes is similar to the "Tron" and "Nibbles" games of yore, but
  19. includes many graphical improvements and new game features.
  20.  
  21. Heroes source code is available from its home page:
  22. http://heroes.sourceforge.net/
  23.  
  24. The game is distributed under the terms of the GNU General Public License:
  25. http://www.gnu.org/copyleft/gpl.html
  26.  
  27. -----
  28.  
  29. The Simple DirectMedia Layer (SDL for short) is a cross-platfrom library
  30. designed to make it easy to write multi-media software, such as games and
  31. emulators.
  32.  
  33. The Simple DirectMedia Layer library source code is available from:
  34. http://www.libsdl.org/
  35.  
  36. This library is distributed under the terms of the GNU LGPL license:
  37. http://www.gnu.org/copyleft/lesser.html
  38.  
  39. -----
  40.  
  41. The SDL_mixer library is a simple multi-channel audio mixer.
  42. It supports 4 channels of 16 bit stereo audio, plus a single channel
  43. of music, mixed by the popular MikMod MOD, Timidity MIDI and SMPEG MP3
  44. libraries.
  45.  
  46. The latest version of this library is available from:
  47. http://www.devolution.com/~slouken/SDL/projects/SDL_mixer/
  48.  
  49. This library is distributed under the terms of the GNU LGPL license:
  50. http://www.gnu.org/copyleft/lesser.html
  51.  
  52. -----
  53.  
  54. MinGW (Minimalist GNU For Windows) MinGW is a collection of header
  55. files and import libraries that allow one to use GCC and produce
  56. native Windows32 programs that do not rely on any 3rd-party DLLs.
  57.  
  58. The latest version of MinGW is available from:
  59. http://www.mingw.org/
  60.  
  61. MinGW base runtime package is uncopyrighted and placed in the
  62. public domain.
  63.