aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/patch-inst.xml
blob: 5f4f0400d9ddca8cb25619fb222586d3d8424c51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<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>