aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/grep-inst.xml
blob: 5bb131fbd44f14f1dfe45ac66efc4866c48b6e64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>

<sect2>
<title>Installation of Grep</title>

<para><screen><userinput>CFLAGS="-O2 -pipe" ./configure --prefix=/stage1 \
&nbsp;&nbsp;&nbsp;&nbsp;--disable-perl-regexp --with-included-regex
make LDFLAGS="-s"
make check
make install</userinput></screen></para>


</sect2>