aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/tcl-inst.xml
blob: 30534a8f205fb08383e87388291bcb1dc2e88fc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>

<sect2>
<title>Installation of TCL</title>

<para><screen><userinput>cd unix
./configure --prefix=/usr
MAKE
make test
make install
ln -s tclsh8.4 /usr/bin/tclsh</userinput></screen></para>

</sect2>