glfs/general/graphlib/fontconfig/fontconfig-inst.xml
Tushar Teredesai 0be76cafee Small updates to freetype and fontconfig
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1754 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-02-01 08:50:46 +00:00

14 lines
484 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 &amp;&amp;
install -m644 ./fc-cache/fc-cache.man /usr/share/man/man1/fc-cache.1 &amp;&amp;
install -m644 ./fc-list/fc-list.man /usr/share/man/man1/fc-list.1</command></userinput></screen>
</sect2>