Ignore:
Timestamp:
03/25/2005 03:01:11 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
cf01fa4a
Parents:
19bf3801
Message:

Updated build entities and indexing tags in Xorg, Tcl and Tk instructions; added a note about running the test suite to the Tk instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/tk.xml

    r19bf3801 rb1fc792b  
    99<!ENTITY tk-md5sum "1b64258abaf258e9a86f331d8de17a71">
    1010<!ENTITY tk-size "3.2 MB">
    11 <!ENTITY tk-buildsize "26 MB">
    12 <!ENTITY tk-time "0.40 SBU">
     11<!ENTITY tk-buildsize "23.3 MB">
     12<!ENTITY tk-time "0.35 SBU">
    1313]>
    1414
     
    6666sed -i "s:${DIR}:/usr/include/tk${V}:" tkConfig.sh</command></userinput></screen>
    6767
     68<para>If you run <command>make test</command> to run the test suite,
     69ensure you do it from an X Window display device with the
     70<acronym>GLX</acronym> extensions loaded, else the tests will hang.</para>
     71
    6872<para>Now, as the root user:</para>
    6973
     
    119123
    120124<segmentedlist>
    121 <segtitle>Installed Program</segtitle>
     125<segtitle>Installed Programs</segtitle>
    122126<segtitle>Installed Libraries</segtitle>
    123127<segtitle>Installed Directories</segtitle>
     128
    124129<seglistitem>
    125 <seg>wish</seg>
     130<seg>wish and wish8.4</seg>
    126131<seg>libtk.so and libtkstub8.4.a</seg>
    127 <seg>/usr/lib/tk8.4 and /usr/include/tk8.4</seg></seglistitem>
     132<seg>/usr/include/tk8.4 and /usr/lib/tk8.4</seg>
     133</seglistitem>
    128134</segmentedlist>
    129135
     
    134140<varlistentry id="wish">
    135141<term><command>wish</command></term>
     142<listitem><para> is a symlink to the <command>wish8.4</command> program.</para>
     143<indexterm zone="tk wish">
     144<primary sortas="b-wish">wish</primary></indexterm>
     145</listitem>
     146</varlistentry>
     147
     148<varlistentry id="wish8.4">
     149<term><command>wish8.4</command></term>
    136150<listitem><para> is a simple shell containing the
    137151<application>Tk</application> toolkit that creates a main window and
    138152then processes <application>Tcl</application> commands.</para>
    139 <indexterm zone="tk wish">
    140 <primary sortas="b-wish">wish</primary></indexterm>
     153<indexterm zone="tk wish8.4">
     154<primary sortas="b-wish8.4">wish8.4</primary></indexterm>
    141155</listitem>
    142156</varlistentry>
     
    150164</listitem>
    151165</varlistentry>
    152 
    153166</variablelist>
    154167
Note: See TracChangeset for help on using the changeset viewer.