lfs/chapter06/grep-inst.xml
2002-05-25 00:19:47 +00:00

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>