lfs/chapter05/patch-inst.xml

17 lines
340 B
XML
Raw Normal View History

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