- Version: 2.8.1
- Summary: File comparison tools, used by RCS.
Obtaining
Pull down diffutils from your nearest GNU mirror.
As of this writing, version 2.8.1 was the latest version.
cd /cis/src/misc
<... download diffutils-2.8.1.tar.gz ...>
gzip -dc diffutils-2.8.1.tar.gz |tar xf -
cd diffutils-2.8.1
Solaris
Install with vendor tools into
/cis.
CC='cc -xarch=v8plusa' CFLAGS=-O ./configure --prefix=/cis
gmake
gmake check
gmake install
Documentation
mkdir -m 0775 /cis/share/doc/diffutils
cd doc
gmake dvi
dvips -o diff.ps diff.dvi
ps2pdf diff.ps
cp *.dvi *.ps *.pdf /cis/share/doc/diffutils
cd ..
cp [A-Z]* /cis/share/doc/diffutils