Changeset 8e29d97
- Timestamp:
- 08/11/2013 08:14:23 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:
- 74d76938
- Parents:
- 5851e54
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
x/installing/xorg7.xml
r5851e54 r8e29d97 172 172 $XORG_PREFIX/lib/pkgconfig</filename> and <filename class="directory"> 173 173 $XORG_PREFIX/share/pkgconfig</filename> to your 174 <envar>PKG_CONFIG_PATH</envar> variable. It is also helpful to specify an175 include directory for the <command>aclocal</command> program. Issue the176 fo llowing commands as the <systemitem class="username">root</systemitem>177 user:</para>174 <envar>PKG_CONFIG_PATH</envar> variable. It is also helpful to specify 175 additional search paths for <command>gcc</command> and an include directory 176 for the <command>aclocal</command> program. Issue the following commands 177 as the <systemitem class="username">root</systemitem> user:</para> 178 178 179 179 <screen><userinput role="root">cat >> /etc/profile.d/xorg.sh << "EOF" 180 180 181 pathappend $XORG_PREFIX/bin PATH182 pathappend $XORG_PREFIX/lib/pkgconfig PKG_CONFIG_PATH181 pathappend $XORG_PREFIX/bin PATH 182 pathappend $XORG_PREFIX/lib/pkgconfig PKG_CONFIG_PATH 183 183 pathappend $XORG_PREFIX/share/pkgconfig PKG_CONFIG_PATH 184 184 185 pathappend $XORG_PREFIX/lib LIBRARY_PATH 186 pathappend $XORG_PREFIX/include C_INCLUDE_PATH 187 pathappend $XORG_PREFIX/include CPLUS_INCLUDE_PATH 188 185 189 ACLOCAL='aclocal -I $XORG_PREFIX/share/aclocal' 186 190 187 export PATH PKG_CONFIG_PATH ACLOCAL 191 export PATH PKG_CONFIG_PATH ACLOCAL LIBRARY_PATH C_INCLUDE_PATH CPLUS_INCLUDE_PATH 188 192 EOF</userinput></screen> 189 193
Note:
See TracChangeset
for help on using the changeset viewer.