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-7.9 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/pango/1.38/pango-1.38.1.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/pango/1.38/pango-1.38.1.tar.xz
Download MD5 sum: 7fde35d4a127b55ce8bbcefe109bc80d
Download size: 1 MB
Estimated disk space required: 27 MB (additional 2 MB to rebuild and install the API documentation)
Estimated build time: 0.4 SBU (additional 0.1 SBU to rebuild and install the API documentation)
Fontconfig-2.11.1 (must be built with FreeType-2.6.3 using Harfbuzz-1.1.3) and GLib-2.46.2
Cairo-1.14.6 and Xorg Libraries
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 2016-02-24 00:06:22 -0800