grep-inst.xml 749 B

1234567891011121314151617181920212223242526
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Grep</title>
  4. <para>Prepare Grep for compilation:</para>
  5. <para><screen><userinput>./configure --prefix=/usr --bindir=/bin \
  6. &nbsp;&nbsp;&nbsp;&nbsp;--with-included-regex</userinput></screen></para>
  7. <para>Compile the package:</para>
  8. <para><screen><userinput>make</userinput></screen></para>
  9. <para>This package has a testsuite available which can perform a number of
  10. checks to ensure it built correctly. Should you choose to run it, the
  11. following command will do so:</para>
  12. <para><screen><userinput>make check</userinput></screen></para>
  13. <para>And install the package:</para>
  14. <para><screen><userinput>make install</userinput></screen></para>
  15. </sect2>