patch-inst.xml 264 B

123456789101112
  1. <sect2>
  2. <title>Installation of Patch</title>
  3. <para>Install Patch by running the following commands:</para>
  4. <para><screen><userinput>CPPFLAGS=-D_GNU_SOURCE \
  5. ./configure --prefix=/usr &amp;&amp;
  6. make &amp;&amp;
  7. make install</userinput></screen></para>
  8. </sect2>