The Harfbuzz package contains an OpenType text shaping engine.
This package is known to build and work properly using an LFS-7.5 platform.
Download (HTTP): http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-0.9.26.tar.bz2
Download MD5 sum: a2b6cbd437f22dd5dc93d377696c9204
Download size: 1.1 MB
Estimated disk space required: 24 MB (additional 1 MB for the tests and 1 MB for the API documentation)
Estimated build time: 0.3 SBU
GLib-2.38.2, ICU-52.1 and FreeType-2.5.2
Cairo-1.12.16, gobject-introspection-1.38.0, GTK-Doc-1.19, and Graphite2-1.2.4
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 have not installed the recommended dependencies.
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/harfbuzz
Install Harfbuzz by running the following commands:
./configure --prefix=/usr --with-gobject && make
To test the results, issue: make check.
Now, as the root
user:
make install
--with-gobject
: This switch
enables building of the Harfbuzz
GObject wrapper. Remove it if you did not install GLib.
--with-graphite2
: This switch enables
Graphite2 support.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2014-02-19 12:41:42 -0800