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

14 lines
306 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=/usr &amp;&amp;
unset CPPFLAGS &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
</sect2>