source: BOOK/testsuite-tools/common/tcl.xml @ 1da2a84

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 1da2a84 was 1da2a84, checked in by Joe Ciccone <jciccone@…>, 16 years ago

Checked and Updated Download Locations.
Updated Tree to 1.5.2.1.
Updated Util-Linux-NG to 2.14.1.
Updated TCL to 8.5.4.
Updated E2fsprogs to 1.41.1.
Updated M4 to 1.4.11.
Updated Kbd to 1.14.
Updated Bzip2 to 1.0.5.
Updated Autoconf to 2.63.
Updated Findutils to 4.4.0.
Updated Man-Pages to 3.09.
Updated Man to 1.6f.
Updated Shadow to 4.1.2.1.
Updated IPRoute2 to 2.6.26.
Updated Libtool to 2.2.6a.
Updated Module-Init-Tools to 3.4.1.
Updated Texinfo to 4.12.
Updated Vim to 7.2.
Updated MPFR to 2.3.2.
Updated Udev to 128.
Updated Linux to 2.6.26.5.
Applied fixes to Expect to make it compatible with TCL 8.5.
Add -Duseshrplib to the perl configure command. This causes perl to build a shared libperl.
Formatting fixes on multiple pages.
Use a Common inittab across all architectures.
Updated Bootscripts to 1.2-pre1.

  • Property mode set to 100644
File size: 3.0 KB
RevLine 
[3f8be484]1<?xml version="1.0" encoding="ISO-8859-1"?>
[aa18ac0]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3  "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[3f8be484]4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
[134ba96]8<sect1 id="ch-testsuite-tools-tcl" role="wrap">
[3f8be484]9  <?dbhtml filename="tcl.html"?>
10
11  <title>Tcl-&tcl-version;</title>
12
[134ba96]13  <indexterm zone="ch-testsuite-tools-tcl">
[3f8be484]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
[45bf79c]27    <para os="a">Prepare Tcl for compilation:</para>
[3f8be484]28
[a730c40]29<screen><userinput>cd unix
30./configure --prefix=/tools</userinput></screen>
[3f8be484]31
[45bf79c]32    <para os="c">Build the package:</para>
[3f8be484]33
[45bf79c]34<screen os="d"><userinput>make</userinput></screen>
[3f8be484]35
[45bf79c]36    <para os="e">Install the package:</para>
[3f8be484]37
[45bf79c]38<screen os="f"><userinput>make install</userinput></screen>
[3f8be484]39
[45bf79c]40    <para os="g">Tcl's private header files are needed for the next
[39139e4]41    package, Expect. Install them into /tools:</para>
[3f8be484]42
[45bf79c]43<screen os="h"><userinput>make install-private-headers</userinput></screen>
[3f8be484]44
[45bf79c]45    <para os="i">Now make a necessary symbolic link:</para>
[3f8be484]46
[1da2a84]47<screen os="j"><userinput>ln -sv tclsh&tcl-version2; /tools/bin/tclsh</userinput></screen>
[3f8be484]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>
[1da2a84]59        <seg>tclsh (link to tclsh&tcl-version2;) and tclsh&tcl-version2;</seg>
60        <seg>libtcl&tcl-version2;.so</seg>
[3f8be484]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
[1da2a84]69      <varlistentry id="tclsh&tcl-version2;">
70        <term><command>tclsh&tcl-version2;</command></term>
[3f8be484]71        <listitem>
72          <para>The Tcl command shell</para>
[1da2a84]73          <indexterm zone="ch-testsuite-tools-tcl tclsh&tcl-version2;">
74            <primary sortas="b-tclsh&tcl-version2;">tclsh&tcl-version2;</primary>
[3f8be484]75          </indexterm>
76        </listitem>
77      </varlistentry>
78
79      <varlistentry id="tclsh">
80        <term><command>tclsh</command></term>
81        <listitem>
[1da2a84]82          <para>A link to tclsh&tcl-version2;</para>
[134ba96]83          <indexterm zone="ch-testsuite-tools-tcl tclsh">
[3f8be484]84            <primary sortas="b-tclsh">tclsh</primary>
85          </indexterm>
86        </listitem>
87      </varlistentry>
88
[1da2a84]89      <varlistentry id="libtcl&tcl-version2;.so">
90        <term><filename class="libraryfile">libtcl&tcl-version2;.so</filename></term>
[3f8be484]91        <listitem>
92          <para>The Tcl library</para>
[1da2a84]93          <indexterm zone="ch-testsuite-tools-tcl libtcl&tcl-version2;.so">
94            <primary sortas="c-libtcl&tcl-version2;.so">libtcl&tcl-version2;.so</primary>
[3f8be484]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.