home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / gofer230.zip / Progs / Gofer / README.Install < prev   
Text File  |  1995-10-26  |  2KB  |  38 lines

  1. How to install the OS/2 version of Gofer v2.30
  2. ----------------------------------------------
  3.  
  4. 1) Unzip gofer230.zip into the directory \Progs\Gofer. (use Info-unzip)
  5.    The file gofer230.zip already contains the correct directory structure.
  6.    Other directories than this require a re-compilation of Gofer!
  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/emx-0.9a/emxrt.zip
  15.  
  16. 3) Edit your CONFIG.SYS (make a copy FIRST!) and add the gofer-directory to
  17.    the PATH-statement:
  18.        SET PATH=...;\Progs\Gofer;...(something else)
  19.    Add the following statements:
  20.        SET SHELL=\os2\cmd.exe
  21.        SET GOFER=\Progs\Gofer\Lib\standard.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 (Gofer takes tedit.exe as default)
  25.    spezify it by adding the statement:
  26.        SET EDITOR=\mydirectory\myeditor.exe
  27.    NOTE: Users of OS/2 versions < 3 MUST specify this EDITOR variable, because
  28.          tedit.exe is delived with OS/2 Warp (version 3) only!
  29.  
  30. 4) reboot your system to let the changes take effect.
  31.  
  32. 5) Have fun with your Gofer-system!
  33.    Use 'gofer' to start the interpreter and 'gofc' to use the gofer->c
  34.    generator ...
  35.  
  36. -----
  37. Michael Zimmmermann, Aachen (Germany)
  38.