- <sect2><title> </title><para> </para></sect2>
- <sect2>
- <title>Installation of Grep</title>
- <para><screen><userinput>CFLAGS="-O2 -pipe" ./configure --prefix=/stage1 \
- --disable-perl-regexp --with-included-regex
- make LDFLAGS="-s"
- chmod 750 ./tests/*
- make check
- make install</userinput></screen></para>
- </sect2>
|