blob: 164b0f73f77278fec1b7e83b742197b922c1fb0e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<sect2>
<title>Installation of Grep</title>
<para>Install Grep by running the following commands:</para>
<para><screen><userinput>LDFLAGS=-static CPPFLAGS=-Dre_max_failures=re_max_failures2 \
./configure --prefix=$LFS/static --disable-nls \
--disable-perl-regexp &&
make &&
make install</userinput></screen></para>
</sect2>
|