Contents
$GNOME_PREFIX/: include/gucharmap and
share/{gnome/help/,omf/}/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.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gucharmap/1.6/gucharmap-1.6.0.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gucharmap/1.6/gucharmap-1.6.0.tar.bz2
Download MD5 sum: 8af03f350c988d1565922b10776bc725
Download size: 2.1 MB
Estimated disk space required: 27.9 MB
Estimated build time: 0.2 SBU
GTK+-2.10.11, GNOME Doc Utils-0.6.1, and XML::Parser-2.34
libgnomeui-2.14.1 and intltool-0.35.5
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gucharmap
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
--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.
$GNOME_PREFIX/: include/gucharmap and
share/{gnome/help/,omf/}/gucharmap
Last updated on 2007-04-04 21:42:53 +0200