grep-inst.xml 347 B

123456789101112131415
  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. chmod 750 ./tests/*
  8. make check
  9. make install</userinput></screen></para>
  10. </sect2>