aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/grep-inst.xml
blob: 8e9a711cd09c57fbcdef11736e398e64b3cbdd95 (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>CPPFLAGS=-Dre_max_failures=re_max_failures2 \
./configure --prefix=$LFS/usr --bindir=$LFS/bin \
&nbsp;&nbsp;&nbsp;&nbsp;--disable-nls --disable-perl-regexp &amp;&amp;
make LDFLAGS=-static &amp;&amp;
make install</userinput></screen></para>

</sect2>