The Pango package contains the libpango libraries. These are useful for the layout and rendering of text.
Download (HTTP): http://ftp.gnome.org/pub/GNOME/sources/pango/1.8/pango-1.8.1.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/GNOME/sources/pango/1.8/pango-1.8.1.tar.bz2
Download MD5 sum: 88aa6bf1876766db6864f3b93577887c
Download size: 996 KB
Estimated disk space required: 22 MB
Estimated build time: 0.56 SBU (includes rebuilding the documentation)
Xft (included in XFree86-4.5.0 or X.org-6.8.2), Fontconfig-2.3.2 and GTK-Doc-1.3
In order for Pango to find Xft, the PKG_CONFIG_PATH must include /usr/X11R6/lib/pkgconfig. This is a good time to add it if you haven't already. You can utilize the example for X.sh to create a script for modifying this variable located in the section The Bash Shell Startup Files.
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
--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.
/etc/pango/pangorc, ~/.pangorc, and the file specified in the environment variable PANGO_RC_FILE
Last updated on 2005-08-01 13:29:19 -0600