lfs/chapter05/grep-inst.xml

14 lines
392 B
XML
Raw Normal View History

<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 \
&nbsp;&nbsp;&nbsp;&nbsp;./configure --prefix=$LFS/static --disable-nls \
&nbsp;&nbsp;&nbsp;&nbsp;--disable-perl-regexp &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
</sect2>