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.10 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/pango/1.40/pango-1.40.1.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/pango/1.40/pango-1.40.1.tar.xz
Download MD5 sum: 6fc88c6529890d6c8e03074d57a3eceb
Download size: 1 MB
Estimated disk space required: 21 MB (with tests)
Estimated build time: 0.4 SBU (with tests)
Fontconfig-2.12.1 (must be built with FreeType-2.6.5 using HarfBuzz-1.3.0) and GLib-2.48.2
Cairo-1.14.6 and Xorg Libraries
GTK-Doc-1.25 and Cantrell Fonts (for tests)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/pango
Install Pango by running the following commands:
sed -i "/seems to be moved/s/^/#/" ltmain.sh && ./configure --prefix=/usr --sysconfdir=/etc && make
To test the results, issue: make check.
Now, as the root
user:
make install
sed -i ... ltmain.sh: This sed silences several useless and annoying warnings generated from libtool.
--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-08-27 18:22:29 -0700