< Previous | Contents | Next >
6.56.1. Installation of Diffutils
Prepare Diffutils for compilation:
./configure --prefix=/usr
./configure --prefix=/usr
Compile the package:
make
make
To test the results, issue:
make check
make check
Install the package:
make install
make install