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

18 lines
311 B
XML

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