home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / c-kermit / ck9ins.txt < prev    next >
Text File  |  2020-01-01  |  1KB  |  42 lines

  1. INSTALLING OS-9 C-KERMIT
  2.  
  3. Version: 5A(188)
  4. Date:    November 23, 1992
  5.  
  6. C-Kermit 5A was adapted to OS-9 by:
  7. Adapted to OS-9 by Christian Hemsing, RWTH, Aachen, Germany
  8. E-Mail: CHRIS@LFM.RWTH-AACHEN.DE
  9.  
  10. You can obtain C-Kermit from Columbia University via network (Internet or
  11. BITNET/EARN) or by mail order on DOS-format diskette or magnetic tape.
  12. To read DOS-format disks, you need DOS-diskette reading software, which can
  13. be obtained from Microware (the maker of OS-9 itself) or various public domain
  14. utilities that are available free of charge.
  15.  
  16. To build C-Kermit for OS-9, collect all the C-Kermit source files into a
  17. directory:
  18.  
  19.   ckc*.c, ckc*.h, cku*.c, cku*.h, ckwart.c, ckcpro.w, ck9*.*
  20.  
  21. There are two makefiles: ck9ker.mak and ck9ker.gcc.  If you have a running
  22. version of the GNU C compiler, use ck9ker.gcc (it produces smaller, more
  23. efficient code); otherwise use ck9ker.mak which uses the standard OS-9/68k C
  24. compiler.  Read the appropriate makefile, edit the necessary changes
  25. mentioned there, create the subdirectories, and make the new Kermit by typing:
  26.  
  27.   make -f=ck9ker.mak
  28.  
  29. or:
  30.  
  31.   make -f=ck9ker.gcc
  32.  
  33. By default, this produces an executable C-Kermit file called wermit.  Check
  34. to make sure it runs, then rename it to kermit and put it in the directory you
  35. normally use for programs, such as /h0/cmds, /dd/cmds, or /h5/cmds, or in
  36. any directory in your OS-9 PATH.
  37.  
  38. Put your CKERMIT.INI, CKERMOD.INI, CKERMIT.KDD, and CKERMIT.KSD files (if
  39. any) in your home directory.
  40.  
  41. (end)
  42.