blob: efa72f258fda3e06e67e12ba3d1dcf5692283ca6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<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>
|