glfs/general/graphlib/fontconfig/fontconfig-inst.xml

14 lines
484 B
XML
Raw Normal View History

<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>