Installation Instructions
*************************

untar the source:
% tar xvjf afl-<version>.tar.bz2 

create the build files:
% cd afl-<version>
% ./autogen.sh && ./configure

if Xerces-C and HDF5 are installed in non-standard locations, make sure to 
specify their location with --with-xerces-dir=... --with-xercesc-include=...
--with-hdf5-dir=... and --with-hdf5-include=... respectively.

next, build the source:
% make

to install: (as root)
# make install

to run the unit tests:
% make tests