source: BOOK/testsuite-tools/common/tcl.xml@ 4af1e59

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 4af1e59 was aa18ac0, checked in by Manuel Canales Esparcia <manuel@…>, 18 years ago

Updated trunk book sources to use DocBook-XML DTD 4.5.

  • Property mode set to 100644
File size: 2.9 KB
Line 
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 tclsh8.4 /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 tclsh8.4) and tclsh8.4</seg>
60 <seg>libtcl8.4.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="tclsh8.4">
70 <term><command>tclsh8.4</command></term>
71 <listitem>
72 <para>The Tcl command shell</para>
73 <indexterm zone="ch-testsuite-tools-tcl tclsh8.4">
74 <primary sortas="b-tclsh8.4">tclsh8.4</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 tclsh8.4</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="libtcl8.4.so">
90 <term><filename class="libraryfile">libtcl8.4.so</filename></term>
91 <listitem>
92 <para>The Tcl library</para>
93 <indexterm zone="ch-testsuite-tools-tcl libtcl8.4.so">
94 <primary sortas="c-libtcl8.4.so">libtcl8.4.so</primary>
95 </indexterm>
96 </listitem>
97 </varlistentry>
98
99 </variablelist>
100
101 </sect2>
102
103</sect1>
Note: See TracBrowser for help on using the repository browser.