blob: 64a952a4cd910e194f2cfe6ba4dadbac310c5fbb (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<sect2>
<title>Installation of Make</title>
<para>Install Make by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr &&
make &&
make install</userinput></screen></para>
</sect2>
|