1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
---|
3 | "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
---|
4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
5 | %general-entities;
|
---|
6 | ]>
|
---|
7 |
|
---|
8 | <sect1 id="ch-testsuite-tools-tcl" role="wrap">
|
---|
9 | <?dbhtml filename="tcl.html"?>
|
---|
10 |
|
---|
11 | <title>Tcl-&tcl-version;</title>
|
---|
12 |
|
---|
13 | <indexterm zone="ch-testsuite-tools-tcl">
|
---|
14 | <primary sortas="a-Tcl">Tcl</primary>
|
---|
15 | </indexterm>
|
---|
16 |
|
---|
17 | <sect2 role="package">
|
---|
18 | <title/>
|
---|
19 |
|
---|
20 | <para>The Tcl package contains the Tool Command Language.</para>
|
---|
21 |
|
---|
22 | </sect2>
|
---|
23 |
|
---|
24 | <sect2 role="installation">
|
---|
25 | <title>Installation of Tcl</title>
|
---|
26 |
|
---|
27 | <para os="a">Prepare Tcl for compilation:</para>
|
---|
28 |
|
---|
29 | <screen><userinput>cd unix
|
---|
30 | ./configure --prefix=/tools</userinput></screen>
|
---|
31 |
|
---|
32 | <para os="c">Build the package:</para>
|
---|
33 |
|
---|
34 | <screen os="d"><userinput>make</userinput></screen>
|
---|
35 |
|
---|
36 | <para os="e">Install the package:</para>
|
---|
37 |
|
---|
38 | <screen os="f"><userinput>make install</userinput></screen>
|
---|
39 |
|
---|
40 | <para os="g">Tcl's private header files are needed for the next
|
---|
41 | package, Expect. Install them into /tools:</para>
|
---|
42 |
|
---|
43 | <screen os="h"><userinput>make install-private-headers</userinput></screen>
|
---|
44 |
|
---|
45 | <para os="i">Now make a necessary symbolic link:</para>
|
---|
46 |
|
---|
47 | <screen os="j"><userinput>ln -sv tclsh&tcl-version2; /tools/bin/tclsh</userinput></screen>
|
---|
48 |
|
---|
49 | </sect2>
|
---|
50 |
|
---|
51 | <sect2 id="contents-tcl" role="content">
|
---|
52 | <title>Contents of Tcl</title>
|
---|
53 |
|
---|
54 | <segmentedlist>
|
---|
55 | <segtitle>Installed programs</segtitle>
|
---|
56 | <segtitle>Installed library</segtitle>
|
---|
57 |
|
---|
58 | <seglistitem>
|
---|
59 | <seg>tclsh (link to tclsh&tcl-version2;) and tclsh&tcl-version2;</seg>
|
---|
60 | <seg>libtcl&tcl-version2;.so</seg>
|
---|
61 | </seglistitem>
|
---|
62 | </segmentedlist>
|
---|
63 |
|
---|
64 | <variablelist>
|
---|
65 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
66 | <?dbfo list-presentation="list"?>
|
---|
67 | <?dbhtml list-presentation="table"?>
|
---|
68 |
|
---|
69 | <varlistentry id="tclsh-version">
|
---|
70 | <term><command>tclsh&tcl-version2;</command></term>
|
---|
71 | <listitem>
|
---|
72 | <para>The Tcl command shell</para>
|
---|
73 | <indexterm zone="ch-testsuite-tools-tcl tclsh-version">
|
---|
74 | <primary sortas="b-tclsh-version">tclsh-version;</primary>
|
---|
75 | </indexterm>
|
---|
76 | </listitem>
|
---|
77 | </varlistentry>
|
---|
78 |
|
---|
79 | <varlistentry id="tclsh">
|
---|
80 | <term><command>tclsh</command></term>
|
---|
81 | <listitem>
|
---|
82 | <para>A link to tclsh&tcl-version2;</para>
|
---|
83 | <indexterm zone="ch-testsuite-tools-tcl tclsh">
|
---|
84 | <primary sortas="b-tclsh">tclsh</primary>
|
---|
85 | </indexterm>
|
---|
86 | </listitem>
|
---|
87 | </varlistentry>
|
---|
88 |
|
---|
89 | <varlistentry id="libtcl-version.so">
|
---|
90 | <term><filename class="libraryfile">libtcl&tcl-version2;.so</filename></term>
|
---|
91 | <listitem>
|
---|
92 | <para>The Tcl library</para>
|
---|
93 | <indexterm zone="ch-testsuite-tools-tcl libtcl-version.so">
|
---|
94 | <primary sortas="c-libtcl-version.so">libtcl-version.so</primary>
|
---|
95 | </indexterm>
|
---|
96 | </listitem>
|
---|
97 | </varlistentry>
|
---|
98 |
|
---|
99 | </variablelist>
|
---|
100 |
|
---|
101 | </sect2>
|
---|
102 |
|
---|
103 | </sect1>
|
---|