			GRAPHITE

Graphite is a smart font engine that basically takes a unicode string and
font formatting information (features, size, etc.) and returns a set of
positioned glyphs. In reality, Graphite does more than this in that it
handles cursor tracking and interaction with the rendering engine for
string selection, etc.

The *nix build system uses autoconf and automake including all the conventions with those
tools. This includes extended support for debug, maintenance, etc. See the info pages for
the appropriate tools for help.

    autoreconf --install
    ./configure
    make
    
This builds the Graphite engine libraries, you may need to build one or 
more wrapper libraries which can be found under the wrappers project.
