Pango is a library for laying out and rendering of text, with an emphasis on internationalization. It can be used anywhere that text layout is needed, though most of the work on Pango so far has been done in the context of the GTK+ widget toolkit.
This package is known to build and work properly using an LFS-8.1 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/pango/1.40/pango-1.40.10.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/pango/1.40/pango-1.40.10.tar.xz
Download MD5 sum: a612e445157c688a3efe878938e7f4c6
Download size: 484 KB
Estimated disk space required: 19 MB (with tests)
Estimated build time: 0.4 SBU (with tests)
Fontconfig-2.12.4 (must be built with FreeType-2.8 using HarfBuzz-1.4.8) and GLib-2.52.3
Cairo-1.14.10, GTK-Doc-1.26, and Xorg Libraries
Cantarell fonts (for tests), and libthai
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/pango
Install Pango by running the following commands:
./autogen.sh --prefix=/usr --sysconfdir=/etc && make
To test the results, issue: make check. The test-layout test is known to fail.
Now, as the root
user:
make install
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2017-08-21 03:03:09 -0700