The MAYZ Toolkit requires LiLFeS to be already installed. For compilation, it also requires g++ version 3.2 or higher.
Installation of the toolkit is very easy because it is supported by "configure."
% tar xvzf mayz-X.Y.Z.tar.gz
% ./configureBy default, the toolkit will be installed in "/usr/local/". If you want to install it in another directory (say, $INSTALL_DIR), specify "prefix" as follows.
% ./configure --prefix=$INSTALL_DIRlilfes must be installed in the directory of the same prefix. If not, specify CXXFLAGS and LDFLAGS to tell the paths to include files and lirbaries.
% make
% make install
% aclocal; autoheader; automake --add-missing --foreign; autoconf