Installation

Japanese version

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."

  1. Download a source package "mayz-X.Y.Z.tar.gz" (X.Y.Z is a version number) and untar it.
    % tar xvzf mayz-X.Y.Z.tar.gz
  2. Run "configure" script.
    % ./configure
    By 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_DIR
    lilfes 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.
  3. Make it.
    % make
  4. Install it.
    % make install

For those who took the package from CVS

At first, you must run the following commands to make "configure" script.
% aclocal; autoheader; automake --add-missing --foreign; autoconf

MAYZ Toolkit Manual MAYZ Home Page Tsujii Laboratory
MIYAO Yusuke (yusuke@is.s.u-tokyo.ac.jp)