glfs/general/graphlib/fontconfig/fontconfig-inst.xml
Tushar Teredesai 597296d337 Moved fontconfig and freetype2 to general section
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1752 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-02-01 08:07:06 +00:00

12 lines
327 B
XML

<sect2>
<title>Installation of <application>Fontconfig</application></title>
<para>Install <application>Fontconfig</application> by running the following commands:</para>
<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>