% cd $DIR; tar xvzf enju-X.Y-PLATFORM.tar.gz
Enju をコンパイルするには,以下のものが必要です.
% tar xvzf enju-X.Y.Z.tar.gz
% ./configureデフォルトでは,/usr/local/ にインストールします.他のディレクトリ (例えば,$INSTALL_DIR) にインストールしたい時は,以下のように prefix を指定して下さい.
% ./configure --prefix=$INSTALL_DIR
% make install
はじめに,configure スクリプトを作るために以下を実行します.
% libtoolize --force --automake; aclocal; autoheader; automake --add-missing --foreign; autoconf % cd ll; libtoolize --force --automake; aclocal; autoheader; automake --add-missing --foreign; autoconfあとは「ソースパッケージのインストール」と同じです.