This is the begemot utility function library. It is needed to
build most of the begemot tools.

Installation:
-------------

1. Run the configure script. This takes the usual options for
   configure scripts. Most useful are:

     --prefix=DIR

   gives the path to the installation root.

     --srcdir=DIR

   if you are building in another directory than in the source
   directory (which is highly recommended) gives the path to
   the source.

   Example:

	configure --prefix=/usr/begemot --srcdir=../src/libbegemot-1.5

2. Make it:

	gmake

   This should run without problems.

3. Install it:

	gmake install

Tested configurations:
---------------------
Solaris 2.[567], BSD/OS[13], FreeBSD[23].*, RedHat Linux 5.1, HPUX 9.05

Copyright:
----------
Just read it.

Happy hacking,
Harti
