mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
8508d83b6a
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2341 af4574ff-66df-0310-9fd7-8a98e5e911e0
79 lines
3.3 KiB
XML
79 lines
3.3 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY freetype2-download-http "http://prdownloads.sourceforge.net/freetype/freetype-&freetype2-version;.tar.bz2">
|
|
<!ENTITY freetype2-download-ftp " ">
|
|
<!ENTITY freetype2-size "954 KB">
|
|
<!ENTITY freetype2-buildsize "18 MB">
|
|
<!ENTITY freetype2-time "0.32 SBU">
|
|
|
|
]>
|
|
|
|
<sect1 id="freetype2" xreflabel="FreeType-&freetype2-version;">
|
|
<?dbhtml filename="freetype2.html"?>
|
|
<title>FreeType-&freetype2-version;</title>
|
|
|
|
<sect2>
|
|
<title>Introduction to <application>FreeType2</application></title>
|
|
|
|
<para>The <application>FreeType2</application> package contains a library to
|
|
allow applications to properly render
|
|
<application>TrueType</application> fonts.</para>
|
|
|
|
<sect3><title>Package information</title>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem><para>Download (HTTP): <ulink
|
|
url="&freetype2-download-http;"/></para></listitem>
|
|
<listitem><para>Download (FTP): <ulink
|
|
url="&freetype2-download-ftp;"/></para></listitem>
|
|
<listitem><para>Download size: &freetype2-size;</para></listitem>
|
|
<listitem><para>Estimated Disk space required:
|
|
&freetype2-buildsize;</para></listitem>
|
|
<listitem><para>Estimated build time:
|
|
&freetype2-time;</para></listitem></itemizedlist>
|
|
</sect3>
|
|
|
|
<sect3><title>Additional downloads</title>
|
|
<itemizedlist spacing='compact'>
|
|
<listitem><para>Recommended Patch: <ulink
|
|
url="&patch-root;/freetype-&freetype2-version;-bytecode_interpreter-1.patch"/></para></listitem>
|
|
</itemizedlist></sect3>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Installation of <application>FreeType2</application></title>
|
|
|
|
<para>Install <application>FreeType2</application> by running the following
|
|
commands:</para>
|
|
|
|
<screen><userinput><command>patch -Np1 -i ../freetype-&freetype2-version;-bytecode_interpreter-1.patch &&
|
|
./configure --prefix=/usr &&
|
|
make &&
|
|
make install</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|
|
<sect2>
|
|
<title>Contents</title>
|
|
|
|
<para>The <application>FreeType2</application> package contains
|
|
<filename class="libraryfile">
|
|
libfreetype</filename> libraries.</para>
|
|
</sect2>
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
<sect3><title>FreeType2 libraries</title>
|
|
<para><application>FreeType2</application> libraries add
|
|
<application>TrueType</application> font
|
|
capabilities to <application>XFree86</application>.</para></sect3>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|
|
|