lfs/chapter06/patch-inst.xml

13 lines
264 B
XML

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