2003-01-11 18:15:01 +00:00
|
|
|
<sect2><title> </title><para> </para></sect2>
|
|
|
|
|
2001-01-24 00:31:17 +00:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of Grep</title>
|
|
|
|
|
2003-08-15 23:38:17 +01:00
|
|
|
<para>Prepare Grep to be compiled:</para>
|
|
|
|
|
2003-09-02 23:03:51 +01:00
|
|
|
<para><screen><userinput>./configure --prefix=/tools \
|
2003-08-15 23:38:17 +01:00
|
|
|
--disable-perl-regexp --with-included-regex</userinput></screen></para>
|
|
|
|
|
|
|
|
<para>Compile the programs:</para>
|
|
|
|
|
|
|
|
<para><screen><userinput>make </userinput></screen></para>
|
|
|
|
|
|
|
|
<para>Check that the programs work correctly:</para>
|
|
|
|
|
|
|
|
<para><screen><userinput>make check</userinput></screen></para>
|
|
|
|
|
|
|
|
<para>Then install them and their documentation:</para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2003-08-15 23:38:17 +01:00
|
|
|
<para><screen><userinput>make install</userinput></screen></para>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|