lfs/chapter06/automake-inst.xml

17 lines
258 B
XML
Raw Normal View History

<sect2>
<title>Installation of Automake</title>
<para>
Install Automake by running the following commands:
</para>
<para>
<screen>
<userinput>./configure --prefix=/usr &amp;&amp;</userinput>
<userinput>make install</userinput>
</screen>
</para>
</sect2>