The Harfbuzz package contains an OpenType text shaping engine.
This package is known to build and work properly using an LFS-7.7 platform.
Download (HTTP): http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-0.9.38.tar.bz2
Download MD5 sum: 8839e574be8089c0de83768798bf7916
Download size: 1.1 MB
Estimated disk space required: 29 MB (additional 1 MB for the API documentation)
Estimated build time: 0.3 SBU
GLib-2.42.1, ICU-54.1 and FreeType-2.5.5 (after Harfbuzz-0.9.38 is installed, reinstall FreeType-2.5.5)
Cairo-1.14.0, gobject-introspection-1.42.0, GTK-Doc-1.21, 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 2015-02-21 20:09:10 -0800