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