Changeset 9652249 for chapter05/tcl.xml


Ignore:
Timestamp:
05/16/2004 12:06:08 AM (20 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
a001133
Parents:
90a4897
Message:

HEAD: Retaged the SBUs/disk-usage sections, the lists of options and the contents sections in chapter05.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3600 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/tcl.xml

    r90a4897 r9652249  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-tools-tcl" xreflabel="Tcl">
     6<sect1 id="ch-tools-tcl" xreflabel="Tcl" role="wrap">
    77<title>Tcl-&tcl-version;</title>
    88<?dbhtml filename="tcl.html"?>
     
    1010<indexterm zone="ch-tools-tcl"><primary sortas="a-Tcl">Tcl</primary></indexterm>
    1111
     12<sect2 role="package"><title/>
    1213<para>The Tcl package contains the Tool Command Language.</para>
    1314
    14 <screen>&buildtime; 0.9 SBU
    15 &diskspace; 23 MB</screen>
     15<segmentedlist>
     16<segtitle>&buildtime;</segtitle>
     17<segtitle>&diskspace;</segtitle>
     18<seglistitem><seg>0.9 SBU</seg><seg>23 MB</seg></seglistitem>
     19</segmentedlist>
    1620
    17 <para>Tcl installation depends on: Bash, Binutils, Coreutils, Diffutils,
    18 GCC, Glibc, Grep, Make, Sed.</para>
     21<segmentedlist>
     22<segtitle>Tcl installation depends on</segtitle>
     23<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils,
     24GCC, Glibc, Grep, Make, Sed</seg></seglistitem>
     25</segmentedlist>
    1926
     27</sect2>
    2028
    21 
    22 <sect2>
     29<sect2 role="installation">
    2330<title>Installation of Tcl</title>
    2431
     
    5461<screen><userinput>make install</userinput></screen>
    5562
    56 
    5763<warning><para><emphasis>Do not remove</emphasis> the
    5864<filename>tcl&tcl-version;</filename> source directory yet, as the next package
    5965will need its internal headers.</para></warning>
    60 
    6166
    6267<para>Now make a necessary symbolic link:</para>
     
    6671</sect2>
    6772
     73<sect2 id="contents-tcl" role="content"><title>Contents of Tcl</title>
    6874
    69 <sect2 id="contents-tcl"><title>Contents of Tcl</title>
     75<segmentedlist>
     76<segtitle>Installed programs</segtitle>
     77<segtitle>Installed library</segtitle>
     78<seglistitem><seg>tclsh (link to tclsh8.4), tclsh8.4</seg><seg>libtcl8.4.so</seg></seglistitem>
     79</segmentedlist>
    7080
    71 <para><emphasis>Installed programs</emphasis>: tclsh (link to tclsh8.4),
    72 tclsh8.4</para>
     81<variablelist><title>Short descriptions</title>
    7382
    74 <para><emphasis>Installed library</emphasis>: libtcl8.4.so</para>
     83<varlistentry>
     84<term id="tclsh8.4"><command>tclsh8.4</command></term>
     85<listitem>
     86<indexterm zone="ch-tools-tcl tclsh8.4"><primary sortas="b-tclsh8.4">tclsh8.4</primary></indexterm>
     87<para>is the Tcl command shell.</para>
     88</listitem>
     89</varlistentry>
     90
     91<varlistentry>
     92<term id="libtcl8.4.so"><command>libtcl8.4.so</command></term>
     93<listitem>
     94<indexterm zone="ch-tools-tcl libtcl8.4.so"><primary sortas="c-libtcl8.4.so">libtcl8.4.so</primary></indexterm>
     95<para>is the Tcl library.</para>
     96</listitem>
     97</varlistentry>
     98</variablelist>
    7599
    76100</sect2>
    77101
    78 
    79 <sect2><title>Short descriptions</title>
    80 
    81 <indexterm zone="ch-tools-tcl tclsh8.4"><primary sortas="b-tclsh8.4">tclsh8.4</primary></indexterm>
    82 <para id="tclsh8.4"><command>tclsh8.4</command> is the Tcl command shell.</para>
    83 
    84 <indexterm zone="ch-tools-tcl libtcl8.4.so"><primary sortas="c-libtcl8.4.so">libtcl8.4.so</primary></indexterm>
    85 <para id="libtcl8.4.so"><command>libtcl8.4.so</command> is the Tcl library.</para>
    86 
    87 </sect2>
    88 
    89 
    90102</sect1>
Note: See TracChangeset for help on using the changeset viewer.