Changeset daa8f42


Ignore:
Timestamp:
09/11/2005 12:46:32 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.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:
aba0aec
Parents:
10bffdc8
Message:

Added a note to the Tcl and Tk instructions to ensure the environment variables are properly set

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/prog/tcl.xml

    r10bffdc8 rdaa8f42  
    8888    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    8989
     90    <caution>
     91      <para>If you don't use <command>su</command> to become the
     92      <systemitem class="username">root</systemitem> user, ensure you set the
     93      environment variables <envar>VERSION</envar> and <envar>V</envar> again
     94      before running the installation commands.</para>
     95    </caution>
     96
    9097<screen role="root"><userinput>make install &amp;&amp;
    9198install -v -d /usr/include/tcl${V}/unix &amp;&amp;
     
    104111unset V &amp;&amp;
    105112unset DIR</userinput></screen>
    106 
    107 <!--
    108     <caution>
    109       <para>If you build the package as an ordinary user and then switch to
    110       root to install the package, ensure you set the environment variables
    111       <envar>V</envar> and <envar>VERSION</envar> before running the installation
    112       commands.</para>
    113     </caution>
    114 -->
    115113
    116114  </sect2>
  • general/prog/tk.xml

    r10bffdc8 rdaa8f42  
    8686    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    8787
     88    <caution>
     89      <para>If you don't use <command>su</command> to become the
     90      <systemitem class="username">root</systemitem> user, ensure you set the
     91      environment variables <envar>VERSION</envar> and <envar>V</envar> again
     92      before running the installation commands.</para>
     93    </caution>
     94
    8895<screen role="root"><userinput>make install &amp;&amp;
    8996install -v -d /usr/include/tk${V}/unix &amp;&amp;
     
    102109unset V &amp;&amp;
    103110unset DIR</userinput></screen>
    104 
    105 <!--
    106     <caution>
    107       <para>If you build the package as an ordinary user and then switch to
    108       root to install the package, ensure you set the environment variables
    109       <envar>V</envar> and <envar>VERSION</envar> before running the installation
    110       commands.</para>
    111     </caution>
    112 -->
    113111
    114112  </sect2>
  • introduction/welcome/changelog.xml

    r10bffdc8 rdaa8f42  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Added a note to the Tcl and Tk instructions to ensure
     49          the environment variables are properly set.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[randy] - Added a GCC-4 patch to the Xorg instructions.</para>
    4953        </listitem>
Note: See TracChangeset for help on using the changeset viewer.