Installed
programs: tclsh (link to
tclsh8.4) and tclsh8.4
Installed
library: libtcl8.4.so
The Tcl package contains the Tool Command Language.
Prepare Tcl for compilation:
cd unix
CC="gcc ${BUILD64}" ./configure --prefix=/tools --libdir=/tools/lib64
Build the package:
make
Install the package:
make install
Tcl's private header files are needed for the next package, Expect. Install them into /tools:
make install-private-headers
Now make a necessary symbolic link:
ln -sv tclsh8.4 /tools/bin/tclsh