glfs/general/sysutils/pkgconfig/pkgconfig-config.xml
Larry Lawrence a75063d4ec seperating para and screen sections
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1223 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-09-27 18:46:10 +00:00

15 lines
536 B
XML

<sect2>
<title>Configuring <application>pkgconfig</application></title>
<para>Add to your system or personal profile:</para>
<screen><userinput><command>export PKG_CONFIG_PATH=/usr/X11R6/lib/pkgconfig</command></userinput></screen>
<para>The default settings for <envar>PKG_CONFIG_PATH</envar> are
<filename>/lib/pkgconfig</filename>,
<filename>/usr/lib/pkgconfig</filename> and
<filename>/usr/local/lib/pkgconfig</filename>. These settings are hard-coded
and do not have to be exported with the additional paths.</para>
</sect2>