2001-05-10 01:08:03 +01:00
|
|
|
<sect1 id="ch05-patch">
|
2001-07-23 19:23:43 +01:00
|
|
|
<title>Installing Patch-&patch-version;</title>
|
2001-09-26 00:55:44 +01:00
|
|
|
<?dbhtml filename="patch.html" dir="chapter05"?>
|
2001-05-10 01:08:03 +01:00
|
|
|
|
2003-10-11 13:02:47 +01:00
|
|
|
<screen>Estimated build time: &patch-time-tools;
|
|
|
|
Estimated required disk space: &patch-compsize-tools;</screen>
|
2001-07-17 19:51:18 +01:00
|
|
|
|
2003-11-15 16:07:18 +00:00
|
|
|
&aa-patch-shortdesc;
|
|
|
|
&aa-patch-dep;
|
2003-11-01 22:31:50 +00:00
|
|
|
|
|
|
|
<sect2><title> </title><para> </para></sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Installation of Patch</title>
|
|
|
|
|
2003-11-02 22:20:47 +00:00
|
|
|
<para>Prepare Patch for compilation:</para>
|
2003-11-01 22:31:50 +00:00
|
|
|
|
|
|
|
<screen><userinput>CPPFLAGS=-D_GNU_SOURCE ./configure --prefix=/tools</userinput></screen>
|
|
|
|
|
|
|
|
<para>The preprocessor flag <userinput>-D_GNU_SOURCE</userinput> is only needed
|
|
|
|
on the PowerPC platform. On other architectures you can leave it out.</para>
|
|
|
|
|
|
|
|
<para>Compile the program:</para>
|
|
|
|
|
2003-12-22 09:32:12 +00:00
|
|
|
<screen><userinput>make</userinput></screen>
|
2003-11-01 22:31:50 +00:00
|
|
|
|
|
|
|
<para>Then install it and its documentation:</para>
|
|
|
|
|
|
|
|
<screen><userinput>make install</userinput></screen>
|
|
|
|
|
|
|
|
</sect2>
|
2001-05-10 01:08:03 +01:00
|
|
|
|
|
|
|
</sect1>
|
|
|
|
|