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/tk.xml

    r23ced54b r53cdded4  
    77<!ENTITY tk-download-http "http://prdownloads.sourceforge.net/tcl/tk&tk-version;-src.tar.gz">
    88<!ENTITY tk-download-ftp "ftp://ftp.us.xemacs.org/pub/tcl/tcl8_4/tk&tk-version;-src.tar.gz">
    9 <!ENTITY tk-size "3.1 MB">
    10 <!ENTITY tk-buildsize "17.4 MB">
    11 <!ENTITY tk-time "0.41 SBU">
     9<!ENTITY tk-size "3.2 MB">
     10<!ENTITY tk-buildsize "26 MB">
     11<!ENTITY tk-time "0.35 SBU">
    1212]>
    1313
     
    5757DIR=$PWD &amp;&amp;
    5858cd unix &amp;&amp;
    59 ./configure --prefix=/usr &amp;&amp;
     59./configure --prefix=/usr --enable-threads &amp;&amp;
    6060make &amp;&amp;
    6161sed -i "s:${DIR}/unix:/usr/lib:" tkConfig.sh &amp;&amp;
     
    7171ln -sf wish${V} /usr/bin/wish</command></userinput></screen>
    7272
    73 <note><para>If you build the package as an ordinary user and then switch to root to
    74 install the package, ensure you set the environment variables
     73<note><para>If you build the package as an ordinary user and then switch to
     74root to install the package, ensure you set the environment variables
    7575<envar>V</envar> and <envar>VERSION</envar> before running the installation
    7676commands.</para></note>
     
    8080<sect2>
    8181<title>Command explanations</title>
     82
     83<para><parameter>--enable-threads</parameter>: This switch forces the package
     84to build with thread support.</para>
    8285
    8386<para><command>sed -i ...</command>: The <application>Tk</application> package
     
    100103
    101104<para>The <application>Tk</application> package contains
    102 <command>wish</command> and the
    103 <filename class='libraryfile'>libtk</filename> library.</para>
     105<command>wish</command>, the
     106<filename class='libraryfile'>libtk</filename> library and miscellaneous
     107tools and scripts.</para>
    104108
    105109</sect2>
     
    110114<para><command>wish</command> is a simple shell containing the
    111115<application>Tk</application> toolkit that creates a main window and
    112 then processes Tcl commands.</para></sect3>
     116then processes <application>Tcl</application> commands.</para></sect3>
    113117
    114118</sect2>
Note: See TracChangeset for help on using the changeset viewer.