grep-inst.xml 392 B

12345678910111213
  1. <sect2>
  2. <title>Installation of Grep</title>
  3. <para>Install Grep by running the following commands:</para>
  4. <para><screen><userinput>LDFLAGS=-static CPPFLAGS=-Dre_max_failures=re_max_failures2 \
  5. &nbsp;&nbsp;&nbsp;&nbsp;./configure --prefix=$LFS/static --disable-nls \
  6. &nbsp;&nbsp;&nbsp;&nbsp;--disable-perl-regexp &amp;&amp;
  7. make &amp;&amp;
  8. make install</userinput></screen></para>
  9. </sect2>