grep-inst.xml 647 B

123456789101112131415161718192021222324
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Grep</title>
  4. <para>Prepare Grep to be compiled:</para>
  5. <para><screen><userinput>./configure --prefix=/stage1 \
  6. &nbsp;&nbsp;&nbsp;&nbsp;--disable-perl-regexp --with-included-regex</userinput></screen></para>
  7. <para>Compile the programs:</para>
  8. <para><screen><userinput>make </userinput></screen></para>
  9. <para>Check that the programs work correctly:</para>
  10. <para><screen><userinput>make check</userinput></screen></para>
  11. <para>Then install them and their documentation:</para>
  12. <para><screen><userinput>make install</userinput></screen></para>
  13. </sect2>