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