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

14 lines
308 B
XML
Raw Normal View History

2002-03-20 23:31:55 +00:00
<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>