aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/grep-inst.xml
blob: b65737c1c5f02e63b331254214bee8b056ec5d39 (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>./configure --prefix=/stage1 \
&nbsp;&nbsp;&nbsp;&nbsp;--disable-perl-regexp --with-included-regex
make 
make check
make install</userinput></screen></para>


</sect2>