Installation hints:

- TeXShell was tested on S.u.S.E. Linux 5.0/5.1 with original Tcl/Tk8.0
  libraries from sunscript.sun.com.

- There are some problems with tcl_new/tk_new packages from SuSE 5.0.
  In this case please update to a newer version.

- You need
  Tcl/Tk 8.0 (or higher)
  wish 8.0 must be found under the name 'wish'. Check it by typing
    wish
  You get a new window and a new prompt. Here type 'exit' to leave wish.
  
  If it doesn't work, make a symbolic link:
  Search for wish8.0 (the standard name):
  which wish8.0
  Change to that directory:
  cd /usr/local/bin  # or whatever where you can find wish8.0
  Make a symbolic link (as root):
  ln -s wish8.0 wish

- Unpack to an install directory
  tar xzvf .../ts-YYMM.tgz

- Change to install directory
  cd ts-YYMM

- Run (as root): 
  ./install.sh

  If you get trouble here, check the following:
  As owner of the display (if not root), allow access:
    xhost +localhost
  Change to root, set DISPLAY variable:
    export DISPLAY=localhost:0 (for bash)
  Check if you can find wish:
    which wish
  Otherwise extend your path:
    export PATH=$PATH:/usr/local/bin  (or whatever where you find wish)
 
- If you have trouble with some keys, be free to change them in
  ts_keys.tcl.
 
Jens Pnisch (poenisch@wirtschaft.tu-chemnitz.de)
