patch-inst.xml 306 B

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