2003-01-15 01:45:00 +00:00
|
|
|
<sect2><title> </title><para> </para></sect2>
|
|
|
|
|
2001-05-10 01:08:03 +01:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of Patch</title>
|
|
|
|
|
2003-08-15 23:38:17 +01:00
|
|
|
<para>Prepare Patch to be compiled:</para>
|
2001-05-10 01:08:03 +01:00
|
|
|
|
2003-09-02 23:03:51 +01:00
|
|
|
<para><screen><userinput>CPPFLAGS=-D_GNU_SOURCE ./configure --prefix=/tools</userinput></screen></para>
|
2003-08-15 23:38:17 +01:00
|
|
|
|
|
|
|
<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>
|
|
|
|
|
|
|
|
<para><screen><userinput>make </userinput></screen></para>
|
|
|
|
|
|
|
|
<para>Then install it and its documentation:</para>
|
|
|
|
|
|
|
|
<para><screen><userinput>make install</userinput></screen></para>
|
2001-05-10 01:08:03 +01:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|