home *** CD-ROM | disk | FTP | other *** search
/ RISCWORLD 7 / RISCWORLD_VOL7.iso / Software / Issue6 / SDL.ZIP / !LibU / !Help < prev    next >
Encoding:
Text File  |  2006-09-22  |  1.6 KB  |  51 lines

  1. This application provides libraries built using the autobuilder
  2. for use on RISC OS.
  3.  
  4. All the libraries were cross-compiled with the GCCSDK against
  5. the unixlib library.
  6.  
  7. Details of the autobuilder and the GCCSDK can be found at
  8. www.riscos.info.
  9.  
  10. This application sets a path variable called LibU that can
  11. be used with your compile and link commands as follows:
  12.  
  13. To include the headers add:
  14.  
  15.    -ILibU:include
  16.  
  17. To link the libraries add:
  18.  
  19.    -LLibU:lib -l<library name>
  20.  
  21. where <library name> is the name of the library. If the library
  22. name starts with lib you do not need to include this.
  23.  
  24. e.g. to link with zlib (library name libz) use:
  25.  
  26.  -LLibU:lib -lz
  27.  
  28. The standard documents for a library are copied to the doc
  29. directory in a subdirectory named after the library. This
  30. usually includes a README file and some kind of copyright
  31. or license file.
  32.  
  33. More documentation for some of the libraries is contained in
  34. the man directory that contains unix man pages that have
  35. been automatically converted to HTML.
  36.  
  37. The sources subdirectory contains the source code in a zip
  38. file from any libraries that require that the source code
  39. is made available with a binary distribution. These zip
  40. files sometime also contain extra documentation and example
  41. files.
  42.  
  43. The libraries are:
  44. zlib-1.2.3 compression library - development
  45. libpng-1.2.8rel PNG library - development
  46. tiff-3.8.2 Tag Image File Format (TIFF) library
  47. libjpeg6b-6b Development files for the IJG JPEG library
  48. libogg-1.1.3 Ogg Bitstream Library Development
  49. libvorbis-1.1.2 The Vorbis General Audio Compression Codec (development files)
  50. freetype-2.2.1 FreeType 2 font engine, development files
  51.