Grep-3.12

The Grep package contains programs for searching through the contents of files.

Approximate build time: 0.1 SBU
Required disk space: 32 MB
SHA256 Checksum: 2649b27c0e90e632eadcd757be06c6e9a4f48d941de51e7c0f83ff76408a07b9

Installation of Grep

Prepare Grep for compilation:

./configure --prefix=/usr   \
            --host=$LFS_TGT \
            --build=$(./build-aux/config.guess)

Compile the package:

make

Install the package:

make DESTDIR=$LFS install

Details on this package are located in the section called “Contents of Grep.”