patch.xml 1010 B

12345678910111213141516171819202122232425262728293031323334353637
  1. <sect1 id="ch-tools-patch">
  2. <title>Installing Patch-&patch-version;</title>
  3. <?dbhtml filename="patch.html" dir="chapter05"?>
  4. <screen>&buildtime; &patch-time-tools;
  5. &diskspace; &patch-compsize-tools;</screen>
  6. &aa-patch-down;
  7. &aa-patch-dep;
  8. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  9. <sect2>
  10. <title>Installation of Patch</title>
  11. <para>Prepare Patch for compilation (setting the preprocessor flags to
  12. <emphasis>-D_GNU_SOURCE</emphasis> is only needed on the PowerPC platform, on
  13. other architectures you can leave it out):</para>
  14. <screen><userinput>CPPFLAGS=-D_GNU_SOURCE ./configure --prefix=/tools</userinput></screen>
  15. <para>Compile the program:</para>
  16. <screen><userinput>make</userinput></screen>
  17. <para>Then install it and its documentation:</para>
  18. <screen><userinput>make install</userinput></screen>
  19. </sect2>
  20. <sect2><title>&nbsp;</title><para>&nbsp;</para>
  21. <para>The details on this package are found in <xref linkend="contents-patch"/>.</para>
  22. <para>&nbsp;</para></sect2>
  23. </sect1>