home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / unix_c / languags / icon / vmsget.doc < prev   
Encoding:
Text File  |  1988-11-28  |  1.7 KB  |  53 lines

  1. vms.get - Instructions for getting Icon for VMS via FTP
  2.  
  3.  
  4.  
  5. The file icon/vms.bin, available via anonymous FTP from Arizona.EDU, is a BACKUP
  6. save set of the VMS distribution of Icon.  This includes source files, object
  7. files, executable files, command files, sample programs, and documentation.
  8.  
  9.  
  10. Before starting FTP, set your default directory to a parent directory that can
  11. contain the Icon hierarchy.  (A maximum of about 11000 blocks of disk space will
  12. be needed by the steps below.)  Run FTP and copy icon/vms.bin from Arizona;  be
  13. sure to use binary (image) mode.
  14.  
  15.  
  16. The save set has a block size of 8192.  Because FTP writes a binary file with a
  17. block size of 512, some initial repairs are needed before BACKUP will read it.
  18. First, run BACKUP to create a dummy save set with the correct file attributes
  19. (using this file, or any other handy file, for input):
  20.  
  21.     $ BACKUP/BLOCK=8192 VMS.GET V7.BCK/SAVE
  22.  
  23. Copy the FTP file onto this save set:
  24.  
  25.     $ COPY/OVERLAY VMS.BIN V7.BCK
  26.  
  27. Verify that BACKUP accepts the new save set:
  28.  
  29.     $ BACKUP/LIST V7.BCK/SAVE
  30.  
  31. If BACKUP reports no errors, you can delete the FTP file to reclaim disk space:
  32.  
  33.     $ DELETE VMS.BIN;
  34.  
  35.  
  36. Begin the installation by unpacking the save set:
  37.  
  38.     $ BACKUP V7.BCK/SAVE [...]
  39.  
  40. This creates a subdirectory [.V7] containing the Icon hierarchy.
  41. Print the installation and use documents:
  42.  
  43.     $ PRINT/NOFEED [.V7.DOCS]INSTALL.DOC,USE.DOC
  44.  
  45. Now complete the installation as directed by INSTALL.DOC.
  46.  
  47.  
  48. If you pick up a copy of Icon via FTP, please let us know by mail to
  49. icon-project@Arizona.EDU and include a postal mailing address.  We will
  50. add you to our Icon Newsletter mailing list if you are not already on it.
  51. On request, we'll send you typeset copies of the installation and use
  52. documents for VMS.
  53.