patch-inst.xml 274 B

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