glfs/x/lib/pango/pango-inst.xml
Larry Lawrence 0e93168914 fix wvstreams
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@847 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-04-13 15:24:14 +00:00

17 lines
551 B
XML

<sect2>
<title>Installation of Pango</title>
<para>In order for pango to find xft2, the PKG_CONFIG_PATH must include
<filename>/usr/X11R6/lib/pkgconfig</filename>. This is a good place to
add it if you haven't already. Specific instructions for modifying this
variable can be found in the pre-installation instructions for gnome.</para>
<para>Install Pango by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
</sect2>