LDP/LDP/retired/LFS/chapter06/grep-inst.xml

12 lines
251 B
XML

<sect2>
<title>Installation of Grep</title>
<para>Install Grep by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr --bindir=/bin &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
</sect2>