LDP/LDP/retired/LFS/chapter6/make-inst.xml

12 lines
237 B
XML

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