lfs/chapter05/patch-inst.xml

13 lines
313 B
XML
Raw Normal View History

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