Estimated build time: 0.22 SBU Estimated required disk space: 5 MB |
Last checked against version 2.5.
Grep is a program used to print lines from a file matching a specified pattern.
Grep installs the following:
egrep (link to grep), fgrep (link to grep) and grep
Last checked against version 2.4.2.
Autoconf: autoconf, autoheader
Automake: aclocal, automake
Bash: sh
Binutils: as, ld
Diffutils: cmp
Fileutils: chmod, install, ls, mkdir, mv, rm
Gettext: msgfmt, xgettext
Gcc: cc, cc1, collect2, cpp0, gcc
Glibc: getconf
Grep: egrep, fgrep, grep
M4: m4
Make: make
Gawk: gawk
Sed: sed
Sh-utils: basename, echo, expr, hostname, sleep, uname
Texinfo: install-info, makeinfo
Textutils: cat, tr
Prepare Grep to be compiled:
./configure --prefix=/usr --bindir=/bin |
Continue with compiling the package:
make |
And finish off installing the package:
make install |