2 <title>Installation of Grep</title>
4 <para>Install Grep by running the following commands:</para>
6 <para><screen><userinput>LDFLAGS=-static CPPFLAGS=-Dre_max_failures=re_max_failures2 \
7 ./configure --prefix=$LFS/static --disable-nls \
8 --disable-perl-regexp &&
10 make install</userinput></screen></para>