home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / apl / cap / coherent / read.me < prev   
Text File  |  1993-12-24  |  1KB  |  32 lines

  1. Copyright (C) 1992, 1993 by Thomas Glen Smith.  All rights reserved.
  2. For more information regarding the CAPLIB software package, contact -
  3.  
  4.     Thomas Glen Smith
  5.     3154 West Shady Lane
  6.     Neenah, Wisconsin 54956 
  7.     Telephone (414) 836-2543
  8.     Compuserve:  76207,3343
  9.  
  10. CAPLIB.UST in this subdirectory was created on COHERENT (Trademark of
  11. Mark Williams Company), an operating system with most of the functionality
  12. of UNIX.  The commands used were similar to the following:
  13.  
  14.     ustar -cvf caplib.ustar cap/bin
  15.     ustar -rvf caplib.ustar cap/handbook
  16.     ustar -rvf caplib.ustar cap/help
  17.     doscp -b caplib.ustar b:\caplib.ust
  18.  
  19. To load the CAPLIB (trademark) APL interpreter and associated files on
  20. your COHERENT system, issue the following commands:
  21.  
  22.     cp -b b:\caplib.ust caplib.ustar
  23.      ustar -xovf caplib.ustar
  24.  
  25. This will create the following subdirectory tree:
  26.  
  27.     ./cap/bin <------------- Executable named apl.
  28.     ./cap/handbook/make <--- Instructions for building handbook workspaces
  29.     ./cap/handbook/source <- Source for handbook functions.
  30.     ./cap/handbook/wksp <--- APL workspaces containing handbook functions.
  31.     ./cap/help <------------ Help for running the CAPLIB APL Interpreter.
  32.