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.0 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/pango/1.40/pango-1.40.3.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/pango/1.40/pango-1.40.3.tar.xz
Download MD5 sum: 17c26720f5a862a12f7e1745e2f1d966
Download size: 1 MB
Estimated disk space required: 27 MB (with tests)
Estimated build time: 0.3 SBU (with tests)
Fontconfig-2.12.1 (must be built with FreeType-2.7.1 using HarfBuzz-1.4.2) and GLib-2.50.3
Cairo-1.14.8 and Xorg Libraries
Cantarell fonts (for tests), GTK-Doc-1.25, and libthai
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/pango
Install Pango by running the following commands:
./configure --prefix=/usr --sysconfdir=/etc && make
To test the results, issue: make check.
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-02-16 16:10:58 -0800