home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / games / volume1 / rogue / patch3 / README.VMS < prev    next >
Text File  |  1992-01-13  |  1KB  |  58 lines

  1. Here is how to get rogue running on VMS:
  2.  
  3. 1) unpack these sources -- if you have them in vms_share format,
  4.    concatenate the different files in correct order into somefile.com,
  5.    then type @somefile; if you have them in cshar format, you will
  6.    either have to extract them on a UNIX system and then send them
  7.    to your VMS system somehow, or manually unpack the files with
  8.    your favorite editor.  (Ugh!)
  9.  
  10. 2) once you have all the files in one source directory, type
  11.  
  12.     @make
  13.  
  14.    to compile and link everything together.  Alternatively you
  15.    could use the VMS make program available from either of the
  16.    following anonymous FTP sites:
  17.  
  18.     SITE:    pomona.claremont.edu
  19.     IP-#:    134.173.4.160
  20.     DIR:    [.utilities.make]
  21.     FILES:    *.*
  22.  
  23.     SITE:    vmsd.oac.uci.edu
  24.     IP-#:    128.200.15.2
  25.     DIR:    /
  26.     FILES:    make_src.*
  27.  
  28.    [Makefile.vms was generated by this make program]
  29.  
  30.    Install it at your site and type
  31.  
  32.     rename Makefile.vms  Makefile
  33.     make
  34.  
  35.    Either way, you may now play rogue by typing
  36.  
  37.     rogue
  38.  
  39.    but if you want to do it every session, you should put the
  40.    following into your LOGIN.COM:
  41.  
  42.     $ rogue :== $DISK:[DIRECTORY]rogue.exe
  43.  
  44.    for example I might have
  45.  
  46.     $ rogue :== $DISK$USER26:[MZRALY.ROGUE]
  47.  
  48.    If you have any questions, try typing
  49.  
  50.     help :=
  51.  
  52. --
  53.  
  54.  
  55. Mike Zraly                ``Times are bad.  Children no longer
  56. mzraly@ldbvax.dnet.lotus.com          obey their parents, and everyone is
  57. or c/o seaotter@athena.mit.edu          writing a book.'' -- Cicero
  58.