以下のようなスクリプトを実行します。
#!/bin/sh
if [ $# -eq 1 ]; then
. ../setup-pre.sh $1
else
. ../setup-pre.sh
fi
./configure $CONFDIRS \
--enable-utf8 \
--enable-unicode-properties
makeしてインストールします。
% ./setup.sh [sparcv9|sparcv8plus|amd64|i386] % gmake # gmake install
リンクを張ります。
# cd /usr/local/bin # ln /usr/lib/isaexec pcregrep # ln /usr/lib/isaexec pcretest