diff options
Diffstat (limited to 'chapter08/grep.xml')
-rw-r--r-- | chapter08/grep.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter08/grep.xml b/chapter08/grep.xml index 33b0896c2..25d598dfe 100644 --- a/chapter08/grep.xml +++ b/chapter08/grep.xml @@ -40,6 +40,13 @@ <sect2 role="installation"> <title>Installation of Grep</title> + <para> + First, remove a warning about using egrep and fgrep that makes + tests on some packages fail: + </para> + +<screen><userinput remap="pre">sed -i "s/echo/#echo/" src/egrep.sh</userinput></screen> + <para>Prepare Grep for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> |