blob: 02cce215e3f73cffce3668e3680fb50b6f4d3c44 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<sect2>
<title>Installation of Make</title>
<para>Install Make by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr &&
make &&
make install &&
chgrp root /usr/bin/make &&
chmod 755 /usr/bin/make</userinput></screen></para>
</sect2>
|