aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/patch-inst.xml
blob: 52c9e7b5d12e3cb9f9a5ea91793ba7fa5965fab6 (plain)
1
2
3
4
5
6
7
8
9
10
11
<sect2>
<title>Installation of Patch</title>

<para>Install Patch by running the following commands:</para>

<para><screen><userinput>CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" ./configure --prefix=/usr &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>

</sect2>