5.21. Diffutils-3.3

The Diffutils package contains programs that show the differences between files or directories.

Approximate build time: 0.2 SBU
Required disk space: 21 MB

5.21.1. Installation of Diffutils

Prepare Diffutils for compilation:

./configure --prefix=/tools

Compile the package:

make

Compilation is now complete. As discussed earlier, running the test suite is not mandatory for the temporary tools here in this chapter. To run the Diffutils test suite anyway, issue the following command:

make check

Install the package to a temporary directory:

make install DESTDIR=$(pwd)/debian/tmp

Create the package archive:

buildpkg --package=diffutils-pass1

Install the package:

dpkg -i ../diffutils-pass1_3.3_*.deb

Details on this package are located in Section 6.49.2, “Contents of Diffutils.”