1
0

patch.xml 929 B

123456789101112131415161718192021222324252627282930313233
  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. <para>For the package details see <xref linkend="contents-patch"/>.</para>
  7. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  8. <sect2>
  9. <title>Installation of Patch</title>
  10. <para>Prepare Patch for compilation:</para>
  11. <screen><userinput>CPPFLAGS=-D_GNU_SOURCE ./configure --prefix=/tools</userinput></screen>
  12. <para>The preprocessor flag <userinput>-D_GNU_SOURCE</userinput> is only needed
  13. on the PowerPC platform. On other architectures you can leave it out.</para>
  14. <para>Compile the program:</para>
  15. <screen><userinput>make </userinput></screen>
  16. <para>Then install it and its documentation:</para>
  17. <screen><userinput>make install</userinput></screen>
  18. </sect2>
  19. </sect1>