Ignore:
Timestamp:
10/14/2004 04:18:18 AM (20 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
53a3831
Parents:
23ced54b
Message:

Updated to Tcl-8.4.7 and Tk-8.4.7

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/tcl.xml

    r23ced54b r53cdded4  
    77<!ENTITY tcl-download-http "http://prdownloads.sourceforge.net/tcl/tcl&tcl-version;-src.tar.gz">
    88<!ENTITY tcl-download-ftp "ftp://ftp.us.xemacs.org/pub/tcl/tcl8_4/tcl&tcl-version;-src.tar.gz">
    9 <!ENTITY tcl-size "3.3 MB">
    10 <!ENTITY tcl-buildsize "17.1 MB">
     9<!ENTITY tcl-size "3.5 MB">
     10<!ENTITY tcl-buildsize "34 MB">
    1111<!ENTITY tcl-time "0.27 SBU">
    12 
    1312]>
    1413
     
    4544<title>Installation of <application>Tcl</application></title>
    4645
    47 <note><para>This package is also installed in <acronym>LFS</acronym>
    48 during the bootstrap phase. The significant difference between the
    49 two installations (other than installing to
    50 <filename class="directory">/usr</filename>) is to install
    51 the package in such a way that there is no need to keep the build
     46<note><para>This package is also installed in <acronym>LFS</acronym> during
     47the bootstrap phase. The significant difference between the two installations
     48(other than installing to <filename class="directory">/usr</filename>) is the
     49package is installed in such a way that there is no need to keep the build
    5250directory around after installation.</para></note>
    5351
     
    5957DIR=$PWD &amp;&amp;
    6058cd unix &amp;&amp;
    61 ./configure --prefix=/usr &amp;&amp;
     59./configure --prefix=/usr --enable-threads &amp;&amp;
    6260make &amp;&amp;
    6361sed -i "s:${DIR}/unix:/usr/lib:" tclConfig.sh &amp;&amp;
     
    7775ln -sf tclsh${V} /usr/bin/tclsh</command></userinput></screen>
    7876
    79 <note><para>If you build the package as an ordinary user and then switch to root to
    80 install the package, ensure you set the environment variables
     77<note><para>If you build the package as an ordinary user and then switch to
     78root to install the package, ensure you set the environment variables
    8179<envar>V</envar> and <envar>VERSION</envar> before running the installation
    8280commands.</para></note>
     
    8684<sect2>
    8785<title>Command explanations</title>
     86
     87<para><parameter>--enable-threads</parameter>: This switch forces the package
     88to build with thread support.</para>
    8889
    8990<para><command>sed -i ...</command>: The <application>Tcl</application>
     
    103104<sect2>
    104105<title>Contents</title>
    105                                                                                
     106
    106107<para>The <application>Tcl</application> package contains
    107 <command>tclsh</command> and the
    108 <filename class='libraryfile'>libtcl</filename> libraries.</para>
    109                                                                                
     108<command>tclsh</command>, the
     109<filename class='libraryfile'>libtcl</filename> libraries and miscellaneous
     110tools and scripts.</para>
     111
    110112</sect2>
    111                                                                                
     113
    112114<sect2><title>Description</title>
    113                                                                                
     115
    114116<sect3><title>tclsh</title>
    115117<para><command>tclsh</command> is a simple shell containing the
    116118<application>Tcl</application> interpreter.</para></sect3>
    117                                                                                
     119
    118120</sect2>
    119121
Note: See TracChangeset for help on using the changeset viewer.