Details on this package are located in Section 6.37.2, “Contents of Diffutils.”
Библиотека сайта rus-linux.net
5.18. Diffutils-3.0
The Diffutils package contains programs that show the differences between files or directories.
Approximate build time:
0.1 SBU
Required disk space:
6.1 MB
5.18.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:
make install