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.
This package is known to build and work properly using an LFS-7.10 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/gucharmap/9.0/gucharmap-9.0.0.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/gucharmap/9.0/gucharmap-9.0.0.tar.xz
Download MD5 sum: c8618d22c684286f551bef465eb6beda
Download size: 984 KB
Estimated disk space required: 53 MB
Estimated build time: 0.3 SBU (with a fast internet connection)
Appstream-GLib-0.6.1, desktop-file-utils-0.23, GTK+-3.20.9, itstool-2.0.2 and Wget-1.18 (used to download data from unicode.org)
gobject-introspection-1.48.0 and Vala-0.32.1
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/gucharmap
Install Gucharmap by running the following commands:
./configure --prefix=/usr --enable-vala && make
This package's testsuite is only intended to be used by the maintainer to check the i18n help files.
Now, as the root
user:
make install
--enable-vala
: This switch enables
building of the Vala bindings
(auto-detection of vapigen is currently broken).
Remove if you don't have Vala-0.32.1
installed.
--enable-gtk-doc
: Use this parameter if
GTK-Doc is installed and you wish
to rebuild and install the API documentation.
Last updated on 2016-09-05 12:13:49 -0700