diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-03-08 14:07:20 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-03-08 14:07:20 +0000 |
commit | ac57a48fb5858de23b7fb20ec8ca570c907d00b0 (patch) | |
tree | db76b4c26e231f8edc1b371962c451bcab73998d /chapter05/tcl.xml | |
parent | fd162f667ce23773cf9e486e144ae288dd08351f (diff) |
Update to linux-3.19.1
Update to patch-2.7.5
Change tcl to minimal tcl-core package
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10877 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/tcl.xml')
-rw-r--r-- | chapter05/tcl.xml | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/chapter05/tcl.xml b/chapter05/tcl.xml index 92ff30d8e..ce1365600 100644 --- a/chapter05/tcl.xml +++ b/chapter05/tcl.xml @@ -9,15 +9,15 @@ <?dbhtml filename="tcl.html"?> <sect1info condition="script"> - <productname>tcl</productname> + <productname>tcl-core</productname> <productnumber>&tcl-version;</productnumber> <address>&tcl-url;</address> </sect1info> - <title>Tcl-&tcl-version;</title> + <title>Tcl-core-&tcl-version;</title> <indexterm zone="ch-tools-tcl"> - <primary sortas="a-Tcl">Tcl</primary> + <primary sortas="a-Tcl">Tcl-core</primary> </indexterm> <sect2 role="package"> @@ -38,7 +38,7 @@ </sect2> <sect2 role="installation"> - <title>Installation of Tcl</title> + <title>Installation of Tcl-core</title> <para>This package and the next three (Expect, DejaGNU, and Check) are installed to support running the test suites for GCC and Binutils and other @@ -48,6 +48,10 @@ run in this chapter (they are not mandatory), these packages are required to run the test suites in <xref linkend="chapter-building-system"/>.</para> + <para>Note that the Tcl package used here is a minimal version needed + to run the LFS tests. For the full package, see the + <ulink url='&blfs-book;general/tcl.html'>BLFS Tcl procedures</ulink>.</para> + <para>Prepare Tcl for compilation:</para> <screen><userinput remap="configure">cd unix @@ -93,7 +97,7 @@ </sect2> <sect2 id="contents-tcl" role="content"> - <title>Contents of Tcl</title> + <title>Contents of Tcl-core</title> <segmentedlist> <segtitle>Installed programs</segtitle> |