r3 - 12 Jun 2003 - 18:15:24 - BobKrzaczekYou are here: TWiki >  Help Web  >  AdminStuff > SoftwareInstalls > BuildingFromScratch > BuildingDiffUtils
Tags:
create new tag
, view all tags
  • 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
Edit | WYSIWYG | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r3 < r2 < r1 | More topic actions
 
Powered by TWiki
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback