home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / utility / unixtool / unixrzsz / readme < prev    next >
Encoding:
Text File  |  1989-03-26  |  1.2 KB  |  35 lines

  1.  
  2.       README for Zmodem file transfer programs, Minix versions
  3.  
  4. Included with this readme file, you will find all the source necessary
  5. to compile rz and sz for Minix. (This has only been tested on an Atari ST,
  6. they might require minor modifications for PC's.)  This is basically
  7. the zmodem distribution posted to comp.sources.unix a while back, with
  8. a few modifications to get it running under Minix.  They should still
  9. compile under Unix without changes. (Use Makefile.old) 
  10.  
  11. The source mentions several VAX/VMS specific source files.  
  12. These are (obviously) not included in this comp.os.minix posting.  
  13. If you need them, they can be found on any comp.sources.unix archive site.
  14.  
  15. One change is needed to /usr/include/stdio.h to define the clearerr macro.
  16. To make the change copy stdio.h.cdiff to /usr/include, cd /usr/include,
  17. and patch <stdio.h.cdiff. After that, just 'make install' and cross
  18. your fingers.
  19.  
  20. These programs have only been tested by calling them from cu with
  21.  ~%local rz 
  22.    or
  23.  ~%local sz [files...]
  24.  
  25. but they should be usable for a user logged in over a remote terminal
  26. line.  You may want to install them in /usr/bin instead of /usr/lib
  27. for this purpose.
  28.  
  29. Have fun,
  30.  
  31. Joe M. Doss, Jr.
  32. jdoss@killer.Dallas.TX.US
  33.  
  34.  
  35.