Changeset 72

Show
Ignore:
Timestamp:
02/05/05 05:46:12 (4 years ago)
Author:
aldacron
Message:

* Initial commit of DerelictSDLNet
* Fixed several typos, mistakes, and oversights in the existing DerelictSDL* README files

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/DerelictSDL/README

    r66 r72  
    77user's machine.  
    88 
    9 This version of DerelictSDL expects requires SDL 1.2.7 or later. 
     9This version of DerelictSDL requires SDL 1.2.7 or later. 
    1010 
    1111------------------------------------------------------------------------------- 
  • trunk/DerelictSDLImage/README

    r68 r72  
    77on the user's machine. 
    88 
    9 This version of DerelictSDLImage require SDL_image 1.2.3 or later. 
     9This version of DerelictSDLImage requires SDL_image 1.2.3 or later. 
    1010 
    1111-------------------------------------------------------------------------------- 
     
    5656 
    5757-------------------------------------------------------------------------------- 
    58 To build DerelictSDL_Image on Windows: 
     58To build DerelictSDLImage on Windows: 
    5959 
    60601) ensure that both dmd\bin and dm\bin are on your path 
     
    6565    
    6666-------------------------------------------------------------------------------- 
    67 To build DerelictSDL_Image on Linux: 
     67To build DerelictSDLImage on Linux: 
    6868 
    69691) ensure that both dmd and gcc are on your path 
  • trunk/DerelictSDLMixer/README

    r68 r72  
    77on the user's machine. 
    88 
    9 This version of DerelictSDLMixer require SDL_mixer 1.2.5 or later. 
     9This version of DerelictSDLMixer requires SDL_mixer 1.2.5 or later. 
    1010 
    1111-------------------------------------------------------------------------------- 
     
    1515application must also import derelict.sdl.sdl and link to the DerelictSDL library 
    1616(view the DerelictSDL README for more information). To use SDL_mixer with your  
    17 SDL application, you first must import the derelict.sdl.image module. 
     17SDL application, you first must import the derelict.sdl.mixer module. 
    1818 
    1919++++++++++++++++++++++++++   CODE  +++++++++++++++++++++++++++++++++++++++++++++ 
     
    6464 
    6565-------------------------------------------------------------------------------- 
    66 To build DerelictSDL_Image on Windows: 
     66To build DerelictSDLMixer on Windows: 
    6767 
    68681) ensure that both dmd\bin and dm\bin are on your path 
     
    7373    
    7474-------------------------------------------------------------------------------- 
    75 To build DerelictSDL_Image on Linux: 
     75To build DerelictSDLMixer on Linux: 
    7676 
    77771) ensure that both dmd and gcc are on your path 
  • trunk/DerelictSDLttf/README

    r68 r72  
    5353NOTE: SDL_ttf requires Freetype 2.0 or later (except 2.1.3). 
    5454 
     55SPECIAL THANKS: to Sebastian Beschke for putting DerelictSDLttf together. 
     56 
    5557-------------------------------------------------------------------------------- 
    5658BUILDING