home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / source / unsit_15.shr / README < prev    next >
Text File  |  1991-05-20  |  962b  |  26 lines

  1.               Unsit, version 1.5
  2.  
  3. These are the souces for "unsit", a Unix program for breaking apart
  4. StuffIt archive files created on a Macintosh into separate files on
  5. the Unix system.  See the documentation at the beginning of "unsit.c"
  6. or the man page "unsit.1" for more information.
  7.  
  8. To build the program, compile unsit.c and updcrc.c and link together.
  9. If your system doesn't have the getopt() routine in its standard
  10. library, also compile getopt.c and include it in the link.
  11.  
  12. This program opens a pipe to the "compress" program for doing the
  13. uncompression of some of the files in the archive.  Most Unix sites
  14. probably already have "compress".  If not, it can be found in the
  15. comp.sources.unix archives.
  16.  
  17. Comments and bug reports should be send to weber%brand.usc.edu@oberon.usc.edu
  18.  
  19.  
  20.                 Allan G. Weber
  21.                 Signal and Image Processing Institute
  22.                 University of Southern California
  23.                 Powell Hall 306, MC-0272
  24.                 Los Angeles, CA 90089-0272
  25.                 (213) 743-5519
  26.