|
@@ -40,10 +40,13 @@
|
|
|
<sect2 role="installation">
|
|
|
<title>Installation of Grep</title>
|
|
|
|
|
|
+ <para>First, fix a small problem with a test script:</para>
|
|
|
+
|
|
|
+<screen><userinput>sed -i 's/cp/#&/' tests/unibyte-bracket-expr</userinput></screen>
|
|
|
+
|
|
|
<para>Prepare Grep for compilation:</para>
|
|
|
|
|
|
-<screen><userinput remap="configure">./configure --prefix=/usr \
|
|
|
- --bindir=/bin</userinput></screen>
|
|
|
+<screen><userinput remap="configure">./configure --prefix=/usr --bindir=/bin</userinput></screen>
|
|
|
|
|
|
<para>Compile the package:</para>
|
|
|
|