File: INSTALL

package info (click to toggle)
tik 0.90-1
  • links: PTS
  • area: main
  • in suites: sarge, woody
  • size: 1,200 kB
  • ctags: 557
  • sloc: tcl: 11,323; makefile: 65; sh: 54
file content (32 lines) | stat: -rw-r--r-- 1,259 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
Requirements:
Tcl/Tk 8.1 or above

Installation:
Change your current directory to the location in which you want 
the 'tik' directory to be created. Make sure the TiK archive is
in that directory.

Decompress TiK by running the following for the different
compression styles:

  __________________________________________________________
  | style   |           command                            |
  |---------|----------------------------------------------|
  | .tar.gz | tar zxf tik-x.yz.tar.gz                      |
  |---------|----------------------------------------------|
  | .zip    | unzip tik-x.yz.tar.gz                        |
  |---------|----------------------------------------------|
  |.tar.bz2 | bunzip2 tik-x.yz.tar.bz2; tar xf tik-x.yz.tar|
  ---------------------------------------------------------


To execute TiK type ./tik.tcl while in the tik directory. 

Optionally, In order to be able to execute TiK from anywhere 
you can add a symlink to a directory already in your path. 
For example, 'ln -s /tikdirectory/tik/tik.tcl /usr/local/bin/tik'

TiK will automatically put a .tik directory in your home directory,
containing TiK's configuration files, ~/.tik/tikrc and ~/.tik/tikpre.

These files will soon be better documented.