File: INSTALL

package info (click to toggle)
ts 9804-2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 2,152 kB
  • ctags: 1,248
  • sloc: tcl: 4,806; makefile: 39; sh: 1
file content (42 lines) | stat: -rw-r--r-- 1,231 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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)
  
Jens Pnisch (poenisch@wirtschaft.tu-chemnitz.de)