mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-31 20:42:34 +08:00
9db393f173
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10744 af4574ff-66df-0310-9fd7-8a98e5e911e0
206 lines
5.7 KiB
XML
206 lines
5.7 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
|
%general-entities;
|
|
|
|
<!ENTITY harfbuzz-download-http
|
|
"http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-&harfbuzz-version;.tar.bz2">
|
|
<!ENTITY harfbuzz-download-ftp " ">
|
|
<!ENTITY harfbuzz-md5sum "4a1356c5c5dbfdc661f1cf6600df6265">
|
|
<!ENTITY harfbuzz-size "840 KB">
|
|
<!ENTITY harfbuzz-buildsize "23 MB">
|
|
<!ENTITY harfbuzz-time "0.3 SBU">
|
|
]>
|
|
|
|
<sect1 id="harfbuzz" xreflabel="Harfbuzz-&harfbuzz-version;">
|
|
<?dbhtml filename="harfbuzz.html"?>
|
|
|
|
<sect1info>
|
|
<othername>$LastChangedBy$</othername>
|
|
<date>$Date$</date>
|
|
</sect1info>
|
|
|
|
<title>Harfbuzz-&harfbuzz-version;</title>
|
|
|
|
<indexterm zone="harfbuzz">
|
|
<primary sortas="a-Harfbuzz">Harfbuzz</primary>
|
|
</indexterm>
|
|
|
|
<sect2 role="package">
|
|
<title>Introduction to Harfbuzz</title>
|
|
|
|
<para>
|
|
The <application>Harfbuzz</application> package contains an OpenType text
|
|
shaping engine.
|
|
</para>
|
|
|
|
&lfs72_checked;
|
|
|
|
<bridgehead renderas="sect3">Package Information</bridgehead>
|
|
<itemizedlist spacing="compact">
|
|
<listitem>
|
|
<para>
|
|
Download (HTTP): <ulink url="&harfbuzz-download-http;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download (FTP): <ulink url="&harfbuzz-download-ftp;"/>
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download MD5 sum: &harfbuzz-md5sum;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Download size: &harfbuzz-size;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated disk space required: &harfbuzz-buildsize;
|
|
</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>
|
|
Estimated build time: &harfbuzz-time;
|
|
</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
|
|
<bridgehead renderas="sect3">Harfbuzz Dependencies</bridgehead>
|
|
|
|
<bridgehead renderas="sect4">Recommended</bridgehead>
|
|
<para role="recommended">
|
|
<xref linkend="cairo"/> (Built with
|
|
<xref linkend="fontconfig"/> support),
|
|
<xref linkend="glib2"/>,
|
|
<xref linkend="icu"/> and
|
|
<xref linkend="freetype2"/>
|
|
</para>
|
|
|
|
<bridgehead renderas="sect4">Optional</bridgehead>
|
|
<para role="optional">
|
|
<ulink url="http://projects.palaso.org/projects/graphitedev/files">Graphite2</ulink>.
|
|
</para>
|
|
|
|
<warning>
|
|
<para>
|
|
Recommended dependencies are not strictly required to build
|
|
the package. However, you might not get expected results at
|
|
runtime if you don't install them. Please do not report bugs
|
|
with this package if you <emphasis>have not</emphasis>
|
|
installed the recommended dependencies.
|
|
</para>
|
|
</warning>
|
|
|
|
<para condition="html" role="usernotes">
|
|
User Notes: <ulink url="&blfs-wiki;/harfbuzz"/>
|
|
</para>
|
|
</sect2>
|
|
|
|
<sect2 role="installation">
|
|
<title>Installation of Harfbuzz</title>
|
|
|
|
<para>
|
|
Install <application>Harfbuzz</application> by running the following
|
|
commands:
|
|
</para>
|
|
|
|
<screen><userinput>./configure --prefix=/usr &&
|
|
make</userinput></screen>
|
|
|
|
<para>
|
|
To test the results, issue: <command>make check</command>.
|
|
</para>
|
|
|
|
<para>
|
|
Now, as the <systemitem class="username">root</systemitem> user:
|
|
</para>
|
|
|
|
<screen role="root"><userinput>make install</userinput></screen>
|
|
</sect2>
|
|
|
|
<sect2 role="content">
|
|
<title>Contents</title>
|
|
|
|
<segmentedlist>
|
|
<segtitle>Installed Programs</segtitle>
|
|
<segtitle>Installed Library</segtitle>
|
|
<segtitle>Installed Directory</segtitle>
|
|
|
|
<seglistitem>
|
|
<seg>
|
|
hb-ot-shape-closure, hb-shape and hb-view
|
|
</seg>
|
|
<seg>
|
|
libharfbuzz.so
|
|
</seg>
|
|
<seg>
|
|
/usr/include/harfbuzz
|
|
</seg>
|
|
</seglistitem>
|
|
</segmentedlist>
|
|
|
|
<variablelist>
|
|
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
<!-- <varlistentry id="hb-ot-shape-closure">
|
|
<term><command>hb-ot-shape-closure</command></term>
|
|
<listitem>
|
|
<para>
|
|
does this .....
|
|
</para>
|
|
<indexterm zone="harfbuzz hb-ot-shape-closure">
|
|
<primary sortas="b-hb-ot-shape-closure">hb-ot-shape-closure</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="hb-shape">
|
|
<term><command>hb-shape</command></term>
|
|
<listitem>
|
|
<para>
|
|
does this .....
|
|
</para>
|
|
<indexterm zone="harfbuzz hb-shape">
|
|
<primary sortas="b-hb-shape">hb-shape</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry id="hb-view">
|
|
<term><command>hb-view</command></term>
|
|
<listitem>
|
|
<para>
|
|
does this .....
|
|
</para>
|
|
<indexterm zone="harfbuzz hb-view">
|
|
<primary sortas="b-hb-view">hb-view</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry> -->
|
|
|
|
<varlistentry id="libharfbuzz">
|
|
<term><filename class="libraryfile">libharfbuzz.so</filename></term>
|
|
<listitem>
|
|
<para>
|
|
contains functions for complex text shaping.
|
|
</para>
|
|
<indexterm zone="harfbuzz libharfbuzz">
|
|
<primary sortas="c-libharfbuzz">libharfbuzz.so</primary>
|
|
</indexterm>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</sect2>
|
|
|
|
</sect1>
|