blob: 6b105854730ff82442b08a3504a998eb8782dbef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<sect2>
<title>Installation of Grep</title>
<para>
Install Grep by running the following commands:
</para>
<para>
<screen>
<userinput>export CPPFLAGS=-Dre_max_failures=re_max_failures2 &&</userinput>
<userinput>./configure --prefix=$LFS/usr --disable-nls &&</userinput>
<userinput>unset CPPFLAGS &&</userinput>
<userinput>make LDFLAGS=-static &&</userinput>
<userinput>make install</userinput>
</screen>
</para>
</sect2>
|