lfs/chapter05/grep-inst.xml

15 lines
327 B
XML
Raw Normal View History

<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>