mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-02-01 03:42:13 +00:00
3f12743405
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1864 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
14 lines
383 B
XML
14 lines
383 B
XML
<sect2>
|
|
<title>Installation of Grep</title>
|
|
|
|
<para>Install Grep by running the following commands:</para>
|
|
|
|
<para><screen><userinput>CPPFLAGS=-Dre_max_failures=re_max_failures2 \
|
|
./configure --prefix=$LFS/usr --bindir=$LFS/bin \
|
|
--disable-nls --disable-perl-regexp &&
|
|
make LDFLAGS=-static &&
|
|
make install</userinput></screen></para>
|
|
|
|
</sect2>
|
|
|