finished 1.10
[linux_from_scratch.git] / BOOK / chapter05 / grep-inst.xml
blob164b0f73f77278fec1b7e83b742197b922c1fb0e
1 <sect2>
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 &nbsp;&nbsp;&nbsp;&nbsp;./configure --prefix=$LFS/static --disable-nls \
8 &nbsp;&nbsp;&nbsp;&nbsp;--disable-perl-regexp &amp;&amp;
9 make &amp;&amp;
10 make install</userinput></screen></para>
12 </sect2>