aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/tcl-inst.xml
blob: 8d9e87b00384c1830cde38aa3c73d1e2a74d617c (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>