mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Add Tcl to Appendix A.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2894 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
7e602eabe6
commit
ad3db0e0b6
@ -49,6 +49,7 @@
|
||||
&aa-sysklogd;
|
||||
&aa-sysvinit;
|
||||
&aa-tar;
|
||||
&aa-tcl;
|
||||
&aa-texinfo;
|
||||
&aa-utillinux;
|
||||
&aa-vim;
|
||||
|
9
appendixa/tcl-dep.xml
Normal file
9
appendixa/tcl-dep.xml
Normal file
@ -0,0 +1,9 @@
|
||||
<sect2><title> </title><para> </para></sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Tcl Installation Dependencies</title>
|
||||
|
||||
<literallayout>(Not checked yet.)</literallayout>
|
||||
|
||||
</sect2>
|
||||
|
9
appendixa/tcl-desc.xml
Normal file
9
appendixa/tcl-desc.xml
Normal file
@ -0,0 +1,9 @@
|
||||
<sect2><title> </title><para> </para></sect2>
|
||||
|
||||
<sect2><title>Descriptions</title>
|
||||
|
||||
<para>(Last checked against version &tcl-contversion;.)</para>
|
||||
|
||||
<para><command>tclsh</command> is the Tcl command shell.</para>
|
||||
|
||||
</sect2>
|
7
appendixa/tcl-down.xml
Normal file
7
appendixa/tcl-down.xml
Normal file
@ -0,0 +1,7 @@
|
||||
<sect2>
|
||||
<title>Official Download Location</title>
|
||||
|
||||
<para><literallayout>Tcl (&tcl-version;):
|
||||
<ulink url="http://download.sourceforge.net/tcl/"/>
|
||||
<ulink url="ftp://download.sourceforge.net/pub/sourceforge/tcl/"/></literallayout></para>
|
||||
</sect2>
|
17
appendixa/tcl-shortdesc.xml
Normal file
17
appendixa/tcl-shortdesc.xml
Normal file
@ -0,0 +1,17 @@
|
||||
<sect2><title>Contents of Tcl</title>
|
||||
|
||||
<para>(Last checked against version &tcl-contversion;.)</para>
|
||||
|
||||
<para>The Tcl package contains the Tool Command Language</para>
|
||||
|
||||
<para>Tcl installs the following files:</para>
|
||||
|
||||
<sect3><title>Program Files</title>
|
||||
|
||||
<para>tclsh</para></sect3>
|
||||
|
||||
<sect3><title>Library Files</title>
|
||||
<para>libtcl8.4.so</para></sect3>
|
||||
|
||||
</sect2>
|
||||
|
13
appendixa/tcl.xml
Normal file
13
appendixa/tcl.xml
Normal file
@ -0,0 +1,13 @@
|
||||
<sect1 id="aa-tcl" xreflabel="Tcl">
|
||||
<title>Tcl</title>
|
||||
<?dbhtml filename="tcl.html" dir="appendixa"?>
|
||||
|
||||
<para>For installation instructions see <xref linkend="ch05-tcl"/>.</para>
|
||||
|
||||
&aa-tcl-down;
|
||||
&aa-tcl-shortdesc;
|
||||
&aa-tcl-desc;
|
||||
&aa-tcl-dep;
|
||||
|
||||
</sect1>
|
||||
|
@ -5,6 +5,8 @@
|
||||
<screen>Estimated build time: &tcl-time-static;
|
||||
Estimated required disk space: &tcl-compsize-static;</screen>
|
||||
|
||||
&aa-tcl-shortdesc;
|
||||
&aa-tcl-dep;
|
||||
&c5-tcl-inst;
|
||||
|
||||
</sect1>
|
||||
|
@ -10,6 +10,8 @@
|
||||
<!ENTITY aa-tcl-down SYSTEM "../appendixa/tcl-down.xml">
|
||||
|
||||
<!ENTITY tcl-version "8.4.4">
|
||||
<!ENTITY tcl-depversion "8.4.4">
|
||||
<!ENTITY tcl-contversion "8.4.4">
|
||||
<!ENTITY tcl-package "tcl-&tcl-version;.tar.bz2">
|
||||
<!ENTITY tcl-dir "tcl-&tcl-version;">
|
||||
<!ENTITY tcl-size "3,370 KB">
|
||||
|
Loading…
Reference in New Issue
Block a user