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-07-29 19:12:02 +01:00
|
|
|
<para><screen><userinput>LDFLAGS=-static CPPFLAGS=-Dre_max_failures=re_max_failures2 \
|
|
|
|
./configure --prefix=$LFS/static --disable-nls \
|
2002-05-25 01:19:47 +01:00
|
|
|
--disable-perl-regexp &&
|
2002-07-29 19:12:02 +01:00
|
|
|
make &&
|
2001-10-27 23:21:44 +01:00
|
|
|
make install</userinput></screen></para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|