Installing the
Guib library is fairly simple, when the required software is installed on your system.
- Guib library depends on the following software:
- Tcl/Tk ≥ 8.3 (Guib have been tested with Tcl/Tk 8.3.3 and Tcl/Tk 8.4.5)
- [incr Tcl/Tk] ≥ 3.1 (Guib have been tested with Itcl/Itk 3.1 and Itcl/Itk 3.2)
- [incr Widgets] ≥ 3.1 (Guib have been tested with Iwidgets 3.1 and Iwidgets 4.0)
- Download and unpack the Guib source package:
- either:
tar zxvf guib-x.y.z.tgz
- or:
gunzip -c guib-x.y.z.tgz | tar xvf -
- or:
gunzip guib-x.y.z.tgz; tar xvf guib-x.y.z.tar
- Define the
GUIB
environmetal variable to point to the top directory of installed Guib package (Bash-example: export GUIB=/home/tone/lib/Guib-0.x.y
; Csh-example: setenv GUIB /home/tone/lib/Guib-0.x.y
).