home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / GRAPHICS / jpeglib_5a.lzh / JPEG_5a / Readme.OSK
Text File  |  1995-03-12  |  1KB  |  23 lines

  1.      This is a port of the IJG JPEG library to OS-9/68000. The compilation was
  2. done with GNU gcc2 ver. 2.5.8 and with PD dmake. Very few changes to the code
  3. had to be done. They are marked with "#ifdef OSK" or similarly and mostly
  4. concern distinguishing between CR and LF.
  5.  
  6.      The libraries are in subdirectory LIB, the executables (cjpeg, djpeg and
  7. others) in CMDS and the original documentation in DOCS. The libraries and
  8. executables are in two versions: with the ending .070 and without this ending.
  9. These with ending .070 have been compiled with the option -m68000 and are
  10. appropriate for the 68000, 68010 or 68070 microprocessors and for the 68300
  11. series with EC000. These without this ending have been  compiled with the
  12. option -mcpu32 and are good for 68020 or higher and for the  68300 series with
  13. CPU32 (like 68340) or CPU32+.
  14.  
  15.      For your convenience, the PostScript translations of the original troff
  16. documentation are also given.
  17.  
  18.  
  19.     Andrzej Kotanski
  20.  
  21.    (kotanski@desy.de) 
  22.                                                       Cracow, March 12, 1995
  23.