2001-01-24 00:31:17 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of Grep</title>
|
|
|
|
|
2002-05-01 20:10:46 +01:00
|
|
|
<para>Install Grep by running the following commands:</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2002-05-01 20:10:46 +01:00
|
|
|
<para><screen><userinput>CPPFLAGS=-Dre_max_failures=re_max_failures2 \
|
2002-04-09 10:12:01 +01:00
|
|
|
./configure --prefix=$LFS/usr --bindir=$LFS/bin \
|
2002-05-02 21:15:02 +01:00
|
|
|
--disable-nls --disable-perl-regexp &&
|
2001-10-27 23:21:44 +01:00
|
|
|
make LDFLAGS=-static &&
|
|
|
|
make install</userinput></screen></para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|