Changeset 5729aff


Ignore:
Timestamp:
02/12/2009 08:44:41 PM (15 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7147513
Parents:
90ba9f5
Message:

Added commands to the Tcl instructions to install optional documentation

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7762 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/tcl.xml

    r90ba9f5 r5729aff  
    1212  <!ENTITY tcl-time          "0.5 SBU (additional 2.0 SBU to run the test suite)">
    1313
     14  <!ENTITY tcl-doc-download  "&sourceforge-repo;/tcl/tcl&tcl-version;-html.tar.gz">
     15  <!ENTITY tcl-doc-md5sum    "e287dcb71b7e6ba9c7b1606a2020e61c">
     16  <!ENTITY tcl-doc-size      "925 KB">
     17
    1418  <!-- Ensure this is updated when Tcl moves to the 8.5.x branch -->
    1519  <!ENTITY tcl-ver           "8.5">
     
    5862    </itemizedlist>
    5963
     64   <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     65    <itemizedlist spacing="compact">
     66      <listitem>
     67        <para>Optional Documentation: <ulink url="&tcl-doc-download;"/></para>
     68      </listitem>
     69      <listitem>
     70        <para>Download MD5 sum: &tcl-doc-md5sum;</para>
     71      </listitem>
     72      <listitem>
     73        <para>Download size: &tcl-doc-size;</para>
     74      </listitem>
     75    </itemizedlist>
     76
    6077    <para condition="html" role="usernotes">User Notes:
    6178    <ulink url="&blfs-wiki;/tcl"/></para>
     
    6986    As it is not installed during Chapter 6 of LFS, installation instructions
    7087    are included here in BLFS.</para>
     88
     89    <para>If you downloaded the optional documentation, unpack the tarball
     90    by issuing the following command:</para>
     91
     92<screen><userinput>tar xf ../tcl&tcl-version;-html.tar.gz --strip-components=1</userinput></screen>
    7193
    7294    <para>Install <application>Tcl</application> by running the following
     
    78100            --mandir=/usr/share/man &amp;&amp;
    79101make &amp;&amp;
     102
    80103sed -i \
    81104    -e "s@^\(TCL_SRC_DIR='\).*@\1/usr/include'@" \
     
    92115ln -v -sf tclsh&tcl-ver; /usr/bin/tclsh</userinput></screen>
    93116
    94 <!-- This is removed per discussion and fairly vigorous testing
    95 install -v -d /usr/include/tcl&tcl-ver;/{unix,generic} &amp;&amp;
    96 install -v -m644 *.h /usr/include/tcl&tcl-ver;/unix/ &amp;&amp;
    97 install -v -m644 ../generic/*.h /usr/include/tcl&tcl-ver;/generic/ &amp;&amp;
    98 rm -v -f /usr/include/tcl&tcl-ver;/generic/tcl{,{,Plat}Decls}.h &amp;&amp;
    99 ln -v -nsf ../../include/tcl&tcl-ver; /usr/lib/tcl&tcl-ver;/include &amp;&amp;
    100 ln -v -sf libtcl&tcl-ver;.so /usr/lib/libtcl.so &amp;&amp;
    101 -->
     117    <para>If you downloaded the optional documentation, install it by issuing
     118    the following commands as the
     119    <systemitem class="username">root</systemitem> user:</para>
     120
     121<screen role="root"><userinput>install -v -m755 -d           /usr/share/doc/tcl-&tcl-version; &amp;&amp;
     122cp      -v -R       ../html/* /usr/share/doc/tcl-&tcl-version;</userinput></screen>
    102123
    103124  </sect2>
     
    138159        <seg>tclsh and tclsh&tcl-ver;</seg>
    139160        <seg>libtcl&tcl-ver;.so and libtclstub&tcl-ver;.a</seg>
    140         <seg>/usr/lib/tcl8, /usr/lib/tcl&tcl-ver;, and /usr/share/man/mann</seg>
     161        <seg>/usr/lib/tcl8, /usr/lib/tcl&tcl-ver;, /usr/share/man/mann,
     162        and optionally, /usr/share/doc/&tcl-version;</seg>
    141163      </seglistitem>
    142164    </segmentedlist>
  • introduction/welcome/changelog.xml

    r90ba9f5 r5729aff  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Added commands to the Tcl instructions to install
     49          optional documentation.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[randy] - Updated to FreeType-2.3.8.</para>
    4953        </listitem>
Note: See TracChangeset for help on using the changeset viewer.