patch.xml 890 B

12345678910111213141516171819202122232425262728293031323334
  1. <sect1 id="ch05-patch">
  2. <title>Installing Patch-&patch-version;</title>
  3. <?dbhtml filename="patch.html" dir="chapter05"?>
  4. <screen>Estimated build time: &patch-time-tools;
  5. Estimated required disk space: &patch-compsize-tools;</screen>
  6. &aa-patch-shortdesc;
  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:</para>
  12. <screen><userinput>CPPFLAGS=-D_GNU_SOURCE ./configure --prefix=/tools</userinput></screen>
  13. <para>The preprocessor flag <userinput>-D_GNU_SOURCE</userinput> is only needed
  14. on the PowerPC platform. On other architectures you can leave it out.</para>
  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. </sect1>