home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / rsync221.zip / README.emx < prev    next >
Text File  |  1999-03-12  |  965b  |  33 lines

  1. README for the EMX Port
  2. =======================
  3.  
  4. To build the rsync executable with EMX 0.9d, just run GNU make on
  5. Makefile.emx:
  6.  
  7. make -f Makefile.emx
  8.  
  9.  
  10. The port has several limitations:
  11. 1. You can receive files only on devices which support long filenames.
  12. 2. The rsync port does not work in daemon mode. Thus the --daemon option
  13. is not available.
  14. 3. The server mode seems to have bugs. I'm not sure whether these bugs
  15. can be fixed in rsync since the problem might be the OS/2 rshd.
  16.  
  17.  
  18. You need the EMX Runtime 0.9d (or later) to run rsync with OS/2.
  19.  
  20. It is also possible to use the executable with Windows9x/NT, if you
  21. have RSXNT 1.42 (or later) installed.
  22.  
  23.  
  24. The latest EMX Runtime is available from the following URL:
  25. ftp://ftp.leo.org/pub/comp/os/os2/leo/02-emx-runtime.zip
  26.  
  27. RSXNT 1.42 is available from this URL:
  28. ftp://ftp.leo.org/pub/comp/os/os2/leo/gnu/emx+gcc/rsxnt/rsxrt142.zip
  29.  
  30.  
  31. Steffen Siebert <siebert@SteffenSiebert.de>
  32.  
  33.