Added a few comments here and there
[linux_from_scratch.git] / newxml / appendixa / tcl.xml
blobf47c6cc945661917643a3708e29248fb32a320ed
1 <?xml version="1.0" encoding="ISO-8859-1"?>
2 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3CR2//EN" "http://www.docbook.org/xml/4.3CR2/docbookx.dtd" [
3   <!ENTITY % tcl-entities SYSTEM "../ent/tcl.ent">
4   %tcl-entities;
5 ]>
6 <sect1 id="aa-tcl" xreflabel="Tcl">
7 <title>Tcl</title>
8 <?dbhtml filename="tcl.html"?>
10 <para>For installation instructions see <xref linkend="ch05-tcl"/>.</para>
12 <sect2><title>Official Download Location</title>
14 <literallayout>Tcl (&tcl-version;):
15 <ulink url="http://download.sourceforge.net/tcl/"/>
16 <ulink url="ftp://download.sourceforge.net/pub/sourceforge/tcl/"/></literallayout>
17 </sect2>
19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="tcl-contents.xml"/>
23 <sect2><title>Short description</title>
25 <para><command>tclsh8.4</command> is the Tcl command shell.</para>
27 <para><command>libtcl8.4.so</command> is the Tcl library.</para>
29 </sect2>
32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="tcl-deps.xml"/>
36 </sect1>