Installation
Japanese version
The MAYZ Toolkit is provided as a part ot Enju. Compiling
MAYZ/Enju requires LiLFeS to be
already installed. For compilation, it also requires g++ version 3.2
or higher.
- Download a source package "enju-X.Y.Z.tar.gz" (X.Y.Z is a
version number) and untar it.
% tar xvzf enju-X.Y.Z.tar.gz
- Run "configure" script.
% ./configure
- Make it.
% make
- MAYZ tools are created in "mayz-src/".
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)