Changeset 511fd69c


Ignore:
Timestamp:
07/27/2004 07:39:58 PM (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:
8bd11de
Parents:
f14e196d
Message:

Added 'Contents', 'Description' and a note about setting environment variables to the Tk instructions

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/tk.xml

    rf14e196d r511fd69c  
    1010<!ENTITY tk-buildsize "17.4 MB">
    1111<!ENTITY tk-time "0.41 SBU">
    12 
    1312]>
    1413
     
    1918<sect2>
    2019<title>Introduction to <application>Tk</application></title>
    21                                                                                
    22 <para>The <application>Tk</application> package contains
     20
     21<para>The <application>Tk</application> package contains a
    2322<acronym>TCL</acronym> <acronym>GUI</acronym> Toolkit.</para>
    24                                                                                
     23
    2524<sect3><title>Package information</title>
    2625<itemizedlist spacing='compact'>
     
    3534&tk-time;</para></listitem></itemizedlist>
    3635</sect3>
    37                                                                                
     36
    3837<sect3><title><application>Tk</application> dependencies</title>
    3938<sect4><title>Required</title>
    40 <para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>) and <xref linkend="tcl"/></para></sect4>
     39<para>X (<xref linkend="xfree86"/> or <xref linkend="xorg"/>) and
     40<xref linkend="tcl"/></para></sect4>
    4141</sect3>
    4242
     
    4545<sect2>
    4646<title>Installation of <application>Tk</application></title>
    47                                                                                
    48 <para>Install <application>Tk</application> by running the following commands:</para>
    49                                                                                
     47
     48<para>Install <application>Tk</application> by running the following
     49commands:</para>
     50
    5051<screen><userinput><command>VERSION=&tk-version; &amp;&amp;
    5152V=`echo $VERSION | cut -d "." -f 1,2` &amp;&amp;
     
    6566ln -sf libtk${V}.so /usr/lib/libtk.so &amp;&amp;
    6667ln -sf wish${V} /usr/bin/wish</command></userinput></screen>
    67                                                                                
     68
     69<note><para>If you build the package as one user, then switch to root to
     70install the package, ensure you set the environment variables
     71<envar>V</envar> and <envar>VERSION</envar> before running the installation
     72commands.</para></note>
     73
    6874</sect2>
    6975
    7076<sect2>
    7177<title>Command explanations</title>
    72                                                                                
     78
    7379<para><command>sed -i ...</command>: The <application>Tk</application> package
    7480assumes that the source that is used to build <application>Tk</application> is
     
    7783reference to the build directory and replace them by saner system wide
    7884locations.</para>
    79                                                                                
     85
    8086<para><command>install ...</command>: These commands install the internal
    8187headers into a system-wide location.</para>
    82                                                                                
     88
    8389<para><command>ln -sf ...</command>: These commands create compatibility
    8490symbolic links.</para>
    85                                                                                
     91
     92</sect2>
     93
     94<sect2>
     95<title>Contents</title>
     96
     97<para>The <application>Tk</application> package contains
     98<command>wish</command> and the
     99<filename class='libraryfile'>libtk</filename> library.</para>
     100
     101</sect2>
     102
     103<sect2><title>Description</title>
     104
     105<sect3><title>wish</title>
     106<para><command>wish</command> is a simple shell containing the
     107<application>Tk</application> toolkit that creates a main window and
     108then processes Tcl commands.</para></sect3>
     109
    86110</sect2>
    87111
  • introduction/welcome/changelog.xml

    rf14e196d r511fd69c  
    1818
    1919<itemizedlist>
     20
     21<listitem><para>July 27th, 2004 [randy]: Added 'Contents', 'Description' and
     22a note about setting environment variables to the Tk instructions.</para>
     23</listitem>
    2024
    2125<listitem><para>July 27th, 2004 [randy]: Added FTP download location to
Note: See TracChangeset for help on using the changeset viewer.