home *** CD-ROM | disk | FTP | other *** search
/ Emuladores 13 / EMUL013.iso / Jogos / Stella / stella / setup / docs / README-SDL.txt < prev    next >
Text File  |  2004-08-05  |  2KB  |  49 lines

  1.  
  2. Please distribute this file with the SDL runtime environment:
  3.  
  4. The Simple DirectMedia Layer (SDL for short) is a cross-platfrom library
  5. designed to make it easy to write multi-media software, such as games and
  6. emulators.
  7.  
  8. The Simple DirectMedia Layer library source code is available from:
  9. http://www.libsdl.org/
  10.  
  11. This library is distributed under the terms of the GNU LGPL license:
  12. http://www.gnu.org/copyleft/lesser.html
  13.  
  14. ---------------------------------------------------------------------------
  15.  
  16. The SDL.dll library included in this package has been modified to
  17. automatically work with the Stelladaptor device.
  18.  
  19. As per the GPL, all modifications to SDL must be provided and documented.
  20. The included patchfile 'SDL_mmjoystick_1.2.7.diff' can be used with
  21. SDL-1.2.7.zip (located on the main SDL web page).
  22.  
  23. To rebuild the SDL.dll file, follow the instructions below:
  24.  
  25. 1)  Get the 'SDL-1.2.7.zip' package from the main SDL website and
  26.     unzip it.
  27.  
  28. 2)  Unzip 'SDL_mmjoystick_1.2.7.zip' to obtain 'SDL_mmjoystick_1.2.7.diff'.
  29.  
  30. 3)  Apply the patchfile 'SDL_mmjoystick_1.2.7.diff' to the SDL-1.2.7
  31.     directory (under Linux:  patch -p0 < SDL_mmjoystick_1.2.7.diff).
  32.  
  33. 4)  Build the SDL.dll library from within Visual C++ (you may need the DX5
  34.     development files).
  35.  
  36.  
  37. Notes:
  38.  
  39. 1)  Credit for this patchfile goes to Eckhard Stolberg.
  40.  
  41. 2)  Future versions of SDL will hopefully have this patch integrated.
  42.  
  43. 3)  The included SDL.dll file has not been extensively tested.  It is
  44.     believed to be compatible with the most common input devices,
  45.     but support may not be present for buttons on esoteric devices
  46.     (hats, sliders, etc).  If for any reason the included version of SDL.dll
  47.     doesn't work for you (and you have no need for Stelladaptor support),
  48.     you can use the standard SDL.dll from the main SDL website.
  49.