Changeset 72
- Timestamp:
- 02/05/05 05:46:12 (4 years ago)
- Files:
-
- trunk/DerelictSDL/README (modified) (1 diff)
- trunk/DerelictSDLImage/README (modified) (3 diffs)
- trunk/DerelictSDLMixer/README (modified) (4 diffs)
- trunk/DerelictSDLNet (added)
- trunk/DerelictSDLNet/Makefile (added)
- trunk/DerelictSDLNet/Makefile.linux (added)
- trunk/DerelictSDLNet/README (added)
- trunk/DerelictSDLNet/derelict (added)
- trunk/DerelictSDLNet/derelict/sdl (added)
- trunk/DerelictSDLNet/derelict/sdl/net.d (added)
- trunk/DerelictSDLttf/README (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/DerelictSDL/README
r66 r72 7 7 user's machine. 8 8 9 This version of DerelictSDL expectsrequires SDL 1.2.7 or later.9 This version of DerelictSDL requires SDL 1.2.7 or later. 10 10 11 11 ------------------------------------------------------------------------------- trunk/DerelictSDLImage/README
r68 r72 7 7 on the user's machine. 8 8 9 This version of DerelictSDLImage require SDL_image 1.2.3 or later.9 This version of DerelictSDLImage requires SDL_image 1.2.3 or later. 10 10 11 11 -------------------------------------------------------------------------------- … … 56 56 57 57 -------------------------------------------------------------------------------- 58 To build DerelictSDL _Image on Windows:58 To build DerelictSDLImage on Windows: 59 59 60 60 1) ensure that both dmd\bin and dm\bin are on your path … … 65 65 66 66 -------------------------------------------------------------------------------- 67 To build DerelictSDL _Image on Linux:67 To build DerelictSDLImage on Linux: 68 68 69 69 1) ensure that both dmd and gcc are on your path trunk/DerelictSDLMixer/README
r68 r72 7 7 on the user's machine. 8 8 9 This version of DerelictSDLMixer require SDL_mixer 1.2.5 or later.9 This version of DerelictSDLMixer requires SDL_mixer 1.2.5 or later. 10 10 11 11 -------------------------------------------------------------------------------- … … 15 15 application must also import derelict.sdl.sdl and link to the DerelictSDL library 16 16 (view the DerelictSDL README for more information). To use SDL_mixer with your 17 SDL application, you first must import the derelict.sdl. imagemodule.17 SDL application, you first must import the derelict.sdl.mixer module. 18 18 19 19 ++++++++++++++++++++++++++ CODE +++++++++++++++++++++++++++++++++++++++++++++ … … 64 64 65 65 -------------------------------------------------------------------------------- 66 To build DerelictSDL _Imageon Windows:66 To build DerelictSDLMixer on Windows: 67 67 68 68 1) ensure that both dmd\bin and dm\bin are on your path … … 73 73 74 74 -------------------------------------------------------------------------------- 75 To build DerelictSDL _Imageon Linux:75 To build DerelictSDLMixer on Linux: 76 76 77 77 1) ensure that both dmd and gcc are on your path trunk/DerelictSDLttf/README
r68 r72 53 53 NOTE: SDL_ttf requires Freetype 2.0 or later (except 2.1.3). 54 54 55 SPECIAL THANKS: to Sebastian Beschke for putting DerelictSDLttf together. 56 55 57 -------------------------------------------------------------------------------- 56 58 BUILDING
