home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / hugs101.zip / installos2.txt < prev    next >
Text File  |  2001-12-30  |  1KB  |  34 lines

  1. How to install the OS/2 version of HUGS v1.01
  2. ---------------------------------------------
  3.  
  4. 1) Unzip hugs101o.zip. (use Info-unzip, not PKunzip)
  5.    The file hugs101o.zip already contains the correct directory structure.
  6.    (\Progs\HUGS)
  7.  
  8. 2) The emx-package must be installed (e.g. the file emx.dll must be in a
  9.    directory named in the LIBPATH-statement of your CONFIG.SYS)
  10.    If emx isn't installed yet, get the file emxrt.zip and install the
  11.    emx-runtime package following the instruction in the readme-file.
  12.    How to get emxrt.zip:
  13.      Try ftp://ftp-os2.nmsu.edu
  14.       or ftp://ftp.uni-stuttgart.de/pub/systems/os2/
  15.  
  16. 3) Edit your CONFIG.SYS (make a copy FIRST!) and add the HUGS-directory to
  17.    the PATH-statement:
  18.        SET PATH=...;\Progs\HUGS;...
  19.    Add the following statements:
  20.        SET SHELL=\os2\cmd.exe
  21.        SET HUGS=\Progs\HUGS\hugs.prelude
  22.      (The variable SHELL must point to the correct location of your OS/2
  23.       command-interpreter, usually cmd.exe)
  24.    If you want to use your own editor (HUGS takes tedit.exe as default)
  25.    specify it by adding the statement:
  26.        SET EDITOR=\mydirectory\myeditor.exe
  27.  
  28. 4) reboot your system to let the changes take effect.
  29.  
  30. 5) Have fun with your HUGS!
  31.  
  32. -----
  33. Michael.Zimmermann@Post.rwth-aachen.de
  34.