lfs/chapter05/patch-inst.xml
2002-01-30 20:11:21 +00:00

14 lines
326 B
XML

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