2003-08-16 12:33:53 +08:00
|
|
|
<sect2>
|
2003-10-02 23:28:50 +08:00
|
|
|
<title>Installation of <application>Fontconfig</application></title>
|
2003-08-16 12:33:53 +08:00
|
|
|
|
2003-10-02 23:28:50 +08:00
|
|
|
<para>Install <application>Fontconfig</application> by running the following commands:</para>
|
2003-08-16 12:33:53 +08:00
|
|
|
|
|
|
|
<screen><userinput><command>./configure --prefix=/usr --sysconfdir=/etc &&
|
|
|
|
make &&
|
2004-02-01 16:50:46 +08:00
|
|
|
make install &&
|
|
|
|
install -m644 ./fc-cache/fc-cache.man /usr/share/man/man1/fc-cache.1 &&
|
|
|
|
install -m644 ./fc-list/fc-list.man /usr/share/man/man1/fc-list.1</command></userinput></screen>
|
2003-08-16 12:33:53 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|