lfs/chapter06/m4-inst.xml

24 lines
529 B
XML
Raw Normal View History

<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2>
<title>Installation of M4</title>
<para>Prepare M4 for compilation:</para>
<para><screen><userinput>./configure --prefix=/usr</userinput></screen></para>
<para>Compile the package:</para>
<para><screen><userinput>make</userinput></screen></para>
<para>Test the results:</para>
<para><screen><userinput>make check</userinput></screen></para>
<para>And install the package:</para>
<para><screen><userinput>make install</userinput></screen></para>
</sect2>