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

  1. CKVMAK.HLP                      VMS MAKE                          August 1993
  2.  
  3. A "make" program for VAX/VMS, written by Todd Aven, the Software Sweatshop,
  4. 564 Laurelton Blvd, Long Beach, NY 11561, may be used for building VMS
  5. C-Kermit.  This version, 3.4, has been upgraded by Ned Freed to add more
  6. features and, perhaps most important, to also work on the Alpha AXP.
  7.  
  8. From the MAKE.C source file:
  9.  
  10.    "This software may be freely copied and distributed with the
  11.    following stipulations: No fee except to recover costs of media and
  12.    delivery may be charged for the use or possession of this software.
  13.    Sources to this utility must be made available in machine-readable
  14.    form along with the executable form.  No portion of this program may
  15.    be used in any program sold for a fee.  This copyright notice must
  16.    not be removed."
  17.  
  18. To install VMS MAKE on your VMS computer:
  19.  
  20. 1. Make a new directory on your VMS system and SET DEFAULT to it.
  21.  
  22. 2. Transfer the files CKVMAK.HEX and CKVDEH.MAR in text mode into the new
  23.    directory.
  24.  
  25. 3. MACRO CKVDEH
  26.  
  27. 4. LINK CKVDEH
  28.  
  29. 5. RUN CKVDEH
  30.  
  31. 6. In response to the filename prompt, type "ckvmak.hex".
  32.  
  33. 7. The file VMSMAK.BAK is produced.
  34.  
  35. 8. BACKUP VMSMAK.BAK/SAVE *.*
  36.  
  37. 9. The source, documentation, and executable files will appear in your
  38.    directory.  The make program itself is MAKE.EXE.
  39.  
  40. 10. If you have a VAX running VMS 5.5 or later, you should be able to use the
  41.     MAKE.EXE program as is.
  42.  
  43. If it turns out that the MAKE.EXE from this saveset was built on a later
  44. version of VMS than you have, or if you have an Alpha AXP instead of a VAX,
  45. you can build a new MAKE.EXE from the source code, which is also in the
  46. saveset.   A C compiler is required.  Run the appropriate DCL procedure:
  47.  
  48.   $ @make-vax
  49.   $ @make-alpha
  50.  
  51. To make VMS C-Kermit, SET DEFAULT to the C-Kermit source file directory,
  52. rename the file CKVKER.MAK to MAKEFILE. (note the period!) and then type
  53. "make" (or "run make", or "run dev:[dir]make").  Read CKVINS.DOC for details.
  54.