home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / ARC521-2.ZIP / README.DOC < prev    next >
Text File  |  1989-12-29  |  2KB  |  46 lines

  1. Hello again,
  2.     herein you should be pleased to find the complete sources for the
  3. latest and greatest version of ARC, based on the sources for version 5.21
  4. of the MSDOS ARC program. The patches to the previous release, 5.12, with
  5. squashing algorithm, have also been applied here. The code is known to
  6. work on a Sun 3 running SunOS 3.4, Apollo DN3000 running SR9.7 DOMAIN/IX,
  7. Vax 750 running 4.3BSD, and IBM 3090 running MTS. It is also now working
  8. on Atari STs, as well as Apollo DN3000 running SR10 DOMAIN/OS (Beta).
  9.  
  10.     Also included is a detailed description of the format of a .ARC
  11. file directory entry, in the file named Arcinfo. Could be useful if you're
  12. trying to port ARC to any more esoteric systems...
  13.  
  14.     Jon Zeeff has sent along some code he used to get this working on
  15. Sys V style machines. Looks like scandir is all that's really missing. I
  16. haven't tried any of it out for myself yet, but the code is in the file
  17. "Sysvarcstuf" should you need it.
  18.  
  19.     One final necessary inclusion: sources for libtws.a, which was
  20. posted a long time ago to mod.sources as part of a package he called
  21. "phoon" - a program that calculated and displayed the PHase of the mOON.
  22. The only thing I use the time routines for here is to convert an expanded
  23. date/time back into a Unix style time value, for keeping file modification
  24. times straight.
  25.  
  26.     Thanks to Leo Wilson (leo@cs.buffalo.edu) for sending his copy of
  27. a man page for ARC. I've updated it for this version, and included it here
  28. as well.
  29.  
  30.     The default value of the (I)mage mode flag has changed. ARC will
  31. now treat files as binary files, unless the 'i' flag is given. Handling of
  32. Carriage Returns has been improved a bit. ARC is now a little smarter about
  33. temporary files as well.
  34.  
  35. To compile all this stuff... Edit Make.tws (shouldn't need to change anything
  36. here, really.) Edit arc.h. After that, just type make and wait a while...
  37. (Oh yeah - there's a few makefile macros that need redefining for Atari ST...)
  38. Ok... Well, I've had this for a while, and it works for me, but if somehow
  39. I've goofed, let me know.
  40.  
  41.   /
  42.  /_ , ,_.                      Howard Chu
  43. / /(_/(__                University of Michigan
  44.     /           Computing Center          College of LS&A
  45.    '              Unix Project          Information Systems
  46.