home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / hugs101.zip / hugs101sc.zip / hugsdist / Install < prev    next >
Text File  |  1995-03-02  |  2KB  |  31 lines

  1. This package contains the following files and subdirectories:
  2.  
  3.    1535 Mar  2 05:00 Install         This file
  4.    3109 Mar  2 05:00 NOTICE          Conditions of use and distribution
  5.    5631 Mar  2 05:00 Readme          Introductory comments
  6.    1024 Mar  2 05:00 demos/          Hugs demo programs
  7.    1077 Mar  2 05:00 hugs            A Unix shell script for starting Hugs
  8.   63703 Mar  2 05:00 hugs.prelude    The Hugs prelude file
  9.    1024 Mar  2 05:00 src/            Interpreter source code
  10.  
  11. The following procedure is suggested for installation of Hugs on a
  12. Unix machine (see separate files included in the full distribution
  13. for installation on other machines, for example, PCs).
  14.  
  15.  0) Compile the interpreter by editing src/Makefile, selecting the
  16.     desired operating system/compiler configuration in src/prelude.h
  17.     and running make.  Not all of the combinations listed in the
  18.     prelude.h file have been tested recently, so please report any
  19.     problems and updates to me.
  20.  
  21.  1) Choose a directory for the Hugs files to go, say /usr/local/lib/Hugs
  22.     and copy hugs.prelude and the executable from step (1) into this
  23.     directory.  Ensure that these files have appropriate permission
  24.     settings.  If you like, move demos to this subdirectory also.
  25.  
  26.  2) Edit the script file `hugs' to point to the directory chosen in
  27.     step (1) and to set any preferred command line arguments.  Copy
  28.     this script file into a suitable directory; your own bin directory,
  29.     for example, or a system wide directory like /usr/local/bin.
  30.  
  31.