2002-10-28 03:35:11 +08:00
|
|
|
<sect2>
|
2003-09-17 09:35:37 +08:00
|
|
|
<title>Installation of <application>perl</application> modules</title>
|
2002-10-28 03:35:11 +08:00
|
|
|
|
2003-09-17 09:35:37 +08:00
|
|
|
<para>Install <application>perl</application> modules by running the following
|
|
|
|
commands:</para>
|
2002-10-28 03:35:11 +08:00
|
|
|
|
2003-09-17 09:35:37 +08:00
|
|
|
<screen><userinput><command>perl Makefile.PL &&
|
2002-10-28 03:35:11 +08:00
|
|
|
make &&
|
2003-09-17 09:35:37 +08:00
|
|
|
make install</command></userinput></screen>
|
2002-10-28 03:35:11 +08:00
|
|
|
|
|
|
|
<para>Below are installation instructions for modules that happen to be
|
|
|
|
broken at the present time.</para>
|
|
|
|
|
|
|
|
<para>Gtk-Perl-&Gtk-Perl-version;:
|
2003-09-17 09:35:37 +08:00
|
|
|
<screen><userinput><command>perl Makefile.PL --without-guessing &&
|
2002-10-28 03:35:11 +08:00
|
|
|
make
|
|
|
|
cp Gtk/Makefile Gtk/Makefile.bak &&
|
|
|
|
sed '/^OBJECT/s/xs/./g' Gtk/Makefile.bak > Gtk/Makefile &&
|
|
|
|
cp Gtk/Makefile Gtk/Makefile.bak &&
|
|
|
|
sed '/^OBJECT/s/build/./g' Gtk/Makefile.bak > Gtk/Makefile &&
|
|
|
|
make &&
|
2003-09-17 09:35:37 +08:00
|
|
|
make install</command></userinput></screen></para>
|
2002-10-28 03:35:11 +08:00
|
|
|
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|