grep-inst.xml 327 B

1234567891011121314
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Grep</title>
  4. <para><screen><userinput>CFLAGS="-O2 -pipe" ./configure --prefix=/stage1 \
  5. &nbsp;&nbsp;&nbsp;&nbsp;--disable-perl-regexp --with-included-regex
  6. make LDFLAGS="-s"
  7. make check
  8. make install</userinput></screen></para>
  9. </sect2>