Changeset d78ed0cb
- Timestamp:
- 08/06/2013 06:02:02 PM (11 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 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, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- c4caee1
- Parents:
- 46491e5
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r46491e5 rd78ed0cb 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 4"> <!-- Always 2 digits -->3 <!ENTITY day "06"> <!-- Always 2 digits --> 4 4 <!ENTITY month "08"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2013"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "August 3rd, &year;">9 <!ENTITY releasedate "August 6th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
r46491e5 rd78ed0cb 45 45 --> 46 46 <listitem> 47 <para>August 6th, 2013</para> 48 <itemizedlist> 49 <listitem> 50 <para>[bdubbs] - Refine Xorg environment instructions.</para> 51 </listitem> 52 </itemizedlist> 53 </listitem> 54 55 <listitem> 47 56 <para>August 4th, 2013</para> 48 57 <itemizedlist> -
x/installing/xorg7.xml
r46491e5 rd78ed0cb 165 165 chmod 644 /etc/profile.d/xorg.sh</userinput></screen> 166 166 167 <para>If you've decided to use the standard 168 <filename class="directory">/usr</filename> prefix, you can omit the169 remainder of this page. Otherwise, be sure to add170 <filename class="directory">$XORG_PREFIX/bin</filename> to your171 <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"> 172 172 $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> 176 178 177 179 <screen><userinput role="root">cat >> /etc/profile.d/xorg.sh << "EOF" … … 180 182 pathappend $XORG_PREFIX/lib/pkgconfig PKG_CONFIG_PATH 181 183 pathappend $XORG_PREFIX/share/pkgconfig PKG_CONFIG_PATH 182 export PATH PKG_CONFIG_PATH 184 185 ACLOCAL='aclocal -I $XORG_PREFIX/share/aclocal' 186 187 export PATH PKG_CONFIG_PATH ACLOCAL 183 188 EOF</userinput></screen> 184 189
Note:
See TracChangeset
for help on using the changeset viewer.