lfs/chapter05/make-inst.xml
2001-07-06 15:25:48 +00:00

18 lines
323 B
XML

<sect2>
<title>Installation of Make</title>
<para>
Install Make by running the following commands:
</para>
<para>
<screen>
<userinput>./configure --prefix=$LFS/usr --disable-nls &amp;&amp;</userinput>
<userinput>make LDFLAGS=-static &amp;&amp;</userinput>
<userinput>make install</userinput>
</screen>
</para>
</sect2>