The Pango package contains the libpango library. This is useful for the layout and rendering of text.
Download (HTTP): http://gd.tuwien.ac.at/graphics/gimp/gtk/v2.4/pango-1.4.0.tar.gz
Download (FTP): ftp://ftp.gtk.org/pub/gtk/v2.4/pango-1.4.0.tar.gz
Download size: 1.4 MB
Estimated Disk space required: 22.8 MB
Estimated build time: 0.49 SBU
Xft (included in XFree86-4.4.0 or X.org-6.7.0), FreeType-2.1.7, Fontconfig-2.2.2 and GTK-Doc-1.2
In order for Pango to find Xft, the PKG_CONFIG_PATH must include /usr/X11R6/lib/pkgconfig. This is a good place to add it if you haven't already. Specific instructions for modifying this variable can be found in the configuration section of pkgconfig-0.15.0.
Install Pango by running the following commands:
./configure --prefix=/usr --sysconfdir=/etc &&
make &&
make install
--sysconfdir=/etc: This switch installs the configuration files into /etc instead of /usr/etc.
--enable-gtk-doc: This switch will rebuild the API documentation during the make command.
The Pango package contains libpango libraries.