< Previous | Contents | Next >
6.67.1. Installation of Patch
Prepare Patch 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