Required software
-----------------

You need to have the GNUstep core libraries installed in order to
compile and use Charmap. The core packages are, at a minimum:

   * gnustep-make

   * gnustep-base

   * gnustep-gui

   * gnustep-back

   See <http://www.gnustep.org/> for further information.

CJK Support
-----------

In order to view CJK information (at this time this means the
definition of a CJK ideograph), you must have the file Unihan.txt in
the same directory that Charmap is launched from. Unihan.txt can by
obtained from:

   <http://www.unicode.org/Public/UNIDATA/Unihan.zip>

   Unihan.txt is a hefty file, 25MB when uncompressed. I'd like to keep
Charmap lightweight so this file is not included with the source.

Build and Install
-----------------

Steps to build:

   * make && make install

