patch-inst.xml 636 B

12345678910111213141516171819202122
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Patch</title>
  4. <para>Prepare Patch to be compiled:</para>
  5. <para><screen><userinput>CPPFLAGS=-D_GNU_SOURCE ./configure --prefix=/stage1</userinput></screen></para>
  6. <para>The preprocessor flag <userinput>-D_GNU_SOURCE</userinput> is only needed
  7. on the PowerPC platform. On other architectures you can leave it out.</para>
  8. <para>Compile the program:</para>
  9. <para><screen><userinput>make </userinput></screen></para>
  10. <para>Then install it and its documentation:</para>
  11. <para><screen><userinput>make install</userinput></screen></para>
  12. </sect2>