The Grep package contains programs for searching through the contents of files.
Download HTTP: https://mirror.csclub.uwaterloo.ca/gnu/grep/grep-3.12.tar.xz
Download SHA256 Sum: 2649b27c0e90e632eadcd757be06c6e9a4f48d941de51e7c0f83ff76408a07b9
Download Size: 1,873 KB
Estimated Disk Space: 25.5M
Estimated Build Time: less than 0.5 SBU
Gawk-5.4.0
Prepare Grep for compilation:
Now Configure the Package, issue:
./configure --prefix=/usr \
--host=$LFS_TGT \
--build=$(./build-aux/config.guess)
To Compile the Package, issue:
make
Now Install the Package, issue:
make DESTDIR=$LFS install