% cd $DIR; tar xvzf enju-X.Y-PLATFORM.tar.gz
The compilation of Enju requires the following software.
% tar xvzf enju-X.Y.Z.tar.gz
% ./configureBy default, Enju will be installed in "/usr/local/". If you want to install it in a different directory (e.g. in $INSTALL_DIR), specify "prefix" as follows.
% ./configure --prefix=$INSTALL_DIR
% make install
First, run the following commands to make "configure" script.
% libtoolize --force --automake; aclocal; autoheader; automake --add-missing --foreign; autoconf % cd ll; libtoolize --force --automake; aclocal; autoheader; automake --add-missing --foreign; autoconfThen, follow the same procedure as "Installation of a source package."