Changeset d78ed0cb for x


Ignore:
Timestamp:
08/06/2013 06:02:02 PM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
c4caee1
Parents:
46491e5
Message:

Refine Xorg environment instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/installing/xorg7.xml

    r46491e5 rd78ed0cb  
    165165chmod 644 /etc/profile.d/xorg.sh</userinput></screen>
    166166
    167     <para>If you've decided to use the standard
    168     <filename class="directory">/usr</filename> prefix, you can omit the
    169     remainder of this page. Otherwise, be sure to add
    170     <filename class="directory">$XORG_PREFIX/bin</filename> to your
    171     <envar>PATH</envar> environment variable, and <filename class="directory">
     167    <para>If you've decided to use the standard <filename
     168    class="directory">/usr</filename> prefix, you can omit the remainder of
     169    this page. Otherwise, be sure to add <filename
     170    class="directory">$XORG_PREFIX/bin</filename> to your <envar>PATH</envar>
     171    environment variable, and <filename class="directory">
    172172    $XORG_PREFIX/lib/pkgconfig</filename> and <filename class="directory">
    173     $XORG_PREFIX/share/pkgconfig</filename>
    174     to your <envar>PKG_CONFIG_PATH</envar> variable. Issue the following
    175     commands as the <systemitem class="username">root</systemitem> user:</para>
     173    $XORG_PREFIX/share/pkgconfig</filename> to your
     174    <envar>PKG_CONFIG_PATH</envar> variable. It is also helpful to specify an
     175    include directory for the <command>aclocal</command> program.  Issue the
     176    following commands as the <systemitem class="username">root</systemitem>
     177    user:</para>
    176178
    177179<screen><userinput role="root">cat &gt;&gt; /etc/profile.d/xorg.sh &lt;&lt; "EOF"
     
    180182pathappend $XORG_PREFIX/lib/pkgconfig PKG_CONFIG_PATH
    181183pathappend $XORG_PREFIX/share/pkgconfig PKG_CONFIG_PATH
    182 export PATH PKG_CONFIG_PATH
     184
     185ACLOCAL='aclocal -I $XORG_PREFIX/share/aclocal'
     186
     187export PATH PKG_CONFIG_PATH ACLOCAL
    183188EOF</userinput></screen>
    184189
Note: See TracChangeset for help on using the changeset viewer.