以下のスクリプトを実行します。
#!/bin/sh
if [ $# -eq 1 ]; then
. ../setup-pre.sh $1
else
. ../setup-pre.sh
fi
./configure $CONFDIRS \
--with-libiconv-prefix=/usr/local \
--with-libintl-prefix=/usr/local
% ./setup.sh [i386|amd64|sparcv8plus|sparcv9]
makeしてインストールします。
% gmake # gmake install
|
Copyright ©2000-2018 T.Hiraga <hiraga@next-hop.net> All Rights Reserved. Last modified: $Date: 2009/09/08 02:17:36 $ |