Pango-1.34.1
Installation of 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
Note
If you installed the package on to your system using a
“DESTDIR” method, an
important file was not installed and must be copied and/or
generated. Generate it using the following command as the
root
user:
pango-querymodules --update-cache
Installation of Pangox Compat
Install Pangox Compat by running
the following commands:
./configure --prefix=/usr \
--sysconfdir=/etc \
--disable-static &&
make
This package does not come with a testsuite.
Now, as the root
user:
make install
Command Explanations
--disable-static
: This
switch prevents installation of static versions of the libraries.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Configuring Pango
Config Files
/etc/pango/pangorc
, ~/.pangorc
and the file specified in the
environment variable PANGO_RC_FILE
Configuration Information
The Pango module path is
specified by the key Pango/ModulesPath
in the Pango config database,
which is read from the config files listed above.
Contents
Installed Programs:
pango-querymodules and pango-view
Installed Libraries:
libpango-1.0.so, libpangocairo-1.0.so,
libpangoft2-1.0.so, libpangox-1.0.so and
libpangoxft-1.0.so
Installed Directories:
/etc/pango, /usr/include/pango-1.0,
/usr/lib/pango, and /usr/share/gtk-doc/html/pango
Short Descriptions
pango-querymodules
|
is a module registration utility that collects
information about Pango
loadable modules.
|
pango-view
|
renders a given file through Pango for viewing purposes.
|
libpango-1.0.so
|
contain low level layout rendering routines, a high level
driver for laying out entire blocks of text, and routines
to assist in editing internationalized text.
|
Last updated on 2013-08-18 14:52:29 -0700