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.16/pango-1.16.1.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/pango/1.16/pango-1.16.1.tar.bz2
Download MD5 sum: 4aa720633e53701a652f27700a7946dd
Download size: 1.3 MB
Estimated disk space required: 27 MB
Estimated build time: 0.6 SBU
GLib-2.12.11 and one of cairo-1.4.2 or X Window System or Fontconfig-2.3.2
cairo is not required to build Pango, but it is highly recommended that you install cairo before building Pango. If you don't build Pango with a cairo backend, then GTK+-2 will not build.
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. Note that the “testboundries” test could fail if you have LibThai installed.
Now, as the root user:
make install
--sysconfdir=/etc: This
switch installs the configuration files into /etc instead of /usr/etc.
--enable-gtk-doc: Use this parameter if
GTK-Doc is installed and you wish
to rebuild the API documentation.
/etc/pango/pangorc, ~/.pangorc, and the file specified in the
environment variable PANGO_RC_FILE
The Pango module path is
specified by the key
in the Pango config database,
which is read from the config files listed above.
Pango/ModulesPath
Last updated on 2007-04-04 21:42:53 +0200