gucharmap-1.6.0

Introduction to gucharmap

gucharmap is a Unicode character map and font viewer. It allows you to browse through all the available Unicode characters and categories for the installed fonts, and to examine their detailed properties. It is an easy way to find the character you might only know by its Unicode name or code point.

Package Information

gucharmap Dependencies

Required

GTK+-2.8.20, GNOME Doc Utils-0.6.1, and XML::Parser-2.34

Optional

libgnomeui-2.14.1 and intltool-0.34.2

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gucharmap

Installation of gucharmap

[Note]

Note

The instructions below are based on installing the package into a GNOME-2 environment. If, for whatever reason, you're installing this package without having ORBit2 and the core GNOME-2 libraries installed, you'll need to modify the --prefix= parameter on the configure script to point to your desired installation path (e.g., --prefix=/usr).

Install gucharmap by running the following commands:

./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
            --localstatedir=/var/lib &&
make

This package does not come with a test suite.

Now, as the root user:

make install

Command Explanations

--prefix=$(pkg-config --variable=prefix ORBit-2.0): Setting the prefix using this parameter instead of with $GNOME_PREFIX will ensure that the prefix is consistent with the installation environment and the package will be installed in the correct location.

--localstatedir=/var/lib: This parameter is used so that all ScrollKeeper files are installed in, and the ScrollKeeper database is properly updated in /var/lib/scrollkeeper instead of some files being installed in $GNOME_PREFIX/var/scrollkeeper.

Contents

Installed Programs: charmap, gnome-character-map, and gucharmap
Installed Library: libgucharmap.so
Installed Directories: The following subdirectories $GNOME_PREFIX/: include/gucharmap and share/{gnome/help/,omf/}/gucharmap

Short Descriptions

gucharmap

is a Unicode character map and font viewer.

Last updated on 2006-06-26 14:00:09 -0500