blob: dc1e367b10ae93621b52640f21cd72a09ea2a45c (
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 &&
make &&
make install</userinput></screen></para>
</sect2>
|