home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / norskdata / ndkins.bwr < prev    next >
Text File  |  2020-01-01  |  2KB  |  32 lines

  1.  
  2. Installation of Kermit-ND:
  3.  
  4.     1) If your copy of ND-Kermit came on a floppy, copy all files on the
  5.        floppy to an arbitrary user (having no files). Otherwise you will have
  6.        to transfer the source files in another way initially. (Sorry, no help
  7.        here...) The filename mapping between CP/M type names and ND/Sintran
  8.        names are found in the file NDKMAP.TXT, and may be used to create a
  9.        mode-job to rename the files.
  10.     2) In order to install Kermit-ND from the sources, you must have
  11.        available the following "standard" programs:
  12.              MAC           - assembler
  13.              PASCAL        - compiler (tested and developed using Version J)
  14.              NRL           - loader
  15.              PERFORM       - Mode-job generator.
  16.     3) The active parts of the program are made of:
  17.              KERMIT:PROG   - main program
  18.              KERMIT:HELP   - help text file
  19.              KERMIT:HLIB   - pointers into help text file
  20.        If you already have these, you won't have to regenerate from sources.
  21.     4) In order to make the help-function available to all users on the system,
  22.        you shold have (at least) WD access to files on the user SYSTEM or
  23.        a user called HELP.  If this does not suit your system, but you still
  24.        want to have help-function available to all users, edit the files
  25.        with names matching H:SYMB, and correct the filenames SYSTEM and 
  26.        HELP in "connect" and "xopen" statements.
  27.     5) Start PERFORM and give KERMIT as answers to both :MCRO file name
  28.        and as macro name.  
  29.     6) Finally copy KERMIT:PROG to SYSTEM to make it available to all
  30.        users (remember to set public read-access to KERMIT:PROG).
  31. 
  32.