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

14 lines
308 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 &amp;&amp;
chgrp root /usr/bin/make &amp;&amp;
chmod 755 /usr/bin/make</userinput></screen></para>
</sect2>