home *** CD-ROM | disk | FTP | other *** search
- This is the RISC OS port of SDL and some of the libraries based
- upon it.
-
- The libraries were all built using the autobuilder cross-compiled
- using the GCCSDK against UnixLib.
-
- See www.riscos.info for more information on the GCCSDK and
- the autobuilder.
-
- To use the main SDL library add -ISDL:include if the
- headers are specified using the SDL subdirectory or
- -I/SDL:include/SDL if just using the header names.
-
- Link using -LSDL:lib -lSDL
-
- Other libraries may be required from the !LibU application
- for some of the additional SDL based libraries. In this
- case you will have to add -LLibU:lib and the libraries to
- the link line.
-
- Examples:
-
- Compiling the playmus.c SDL_Mixer example:
-
- gcc -I/SDL:include/SDL -LSDL:lib -LLibU:lib -lSDL -lSDL_mixer
- -lvorbis -logg -lvorbisfile -lvorbisenc -o playmusic playmus.c
-
- Compiling the showimage.c SDL_Image example:
-
- gcc -I/SDL:include/SDL -LSDL:lib -LLibU:lib -lSDL_Image -lSDL
- -ltiff -ljpeg -lpng12 -lz -o showimage showimage.c
-
- (Note the above should only be on one line and have been
- split here for clarity)
-
- The most common documents have been copied to the doc
- subdirectory.
-
- The sources for the libraries whose license requires the
- source to be available are in a companion zip file that
- should be available in the same location you downloaded
- this from. It is normally named sdl-xxx-src.zip, where
- xxx is the version number.
-
- These source zip files may include extra documentation
- and examples.
-
- Alan Buckley (alan_baa@hotmail.com)
-
- The SDL based libraries included in this file are:
- libsdl1.2-1.2.11 Allows programs portable low level access to a video, audio, mouse, and keyboard
- sdl-image1.2-1.2.5 development files for SDL 1.2 image loading libray
- sdl-mixer1.2-1.2.6 development files for SDL1.2 mixer library
- libsdl-sound1.2-1.0.1 Development files for SDL_sound
- sdl-ttf2.0-2.0.8 development files for SDL ttf library (version 2.0)
- sdl-net1.2-1.2.5 Development files for SDL network library
- sdlgfx-2.0.13 development files for SDL_gfx
-