Fri Aug 30 09:42:13 CEST 2002 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.10 2. Make it: gmake This should run without problems. 3. Install it: gmake install Tested configurations: --------------------- Solaris 2.[678], FreeBSD-5.*, RedHat Linux 7.0 Copyright: ---------- Just read it. Rebuilding configure: --------------------- aclocal19 -I /usr/local/share/libtool15/libltdl/ autoconf259 Happy hacking, Harti