home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / binaries / old / vms / README < prev    next >
Text File  |  1997-10-16  |  870b  |  22 lines

  1. This directory contains binaries of Version 9.0 of Icon for
  2. Version 6.0 of VAX/VMS.  The files are:
  3.  
  4.      vmsbin.bck      Icon for VAX/VMS; VMS BACKUP, blocksize 8192.
  5.  
  6.      vmsfix.com      Script to fix BACKUP files transferred via FTP.
  7.  
  8.  
  9. Get the file vmsfix.com in ascii mode and vmsbin.bck in binary mode.
  10. Move them into the directory where you want the Icon executables.  Follow
  11. the steps below to install the Icon binaries.
  12.  
  13.    $ @vmsfix vmsbin.bck 8192        -- fix the BACKUP file
  14.    $ purge vmsbin.bck               -- get rid of old copy
  15.    $ backup vmsbin.bck/save_set []  -- get files from BACKUP
  16.    $ delete vmsbin.bck;             -- delete BACKUP file
  17.  
  18.  
  19. The binaries were built under Version 6.0 of VMS.  If you have an older
  20. version of VMS, you'll need to build Icon from source; we've received
  21. reports that the VMS 6.0 binaries don't run under VMS 5.5.
  22.