2002-10-28 03:35:11 +08:00
|
|
|
<sect2>
|
2003-09-30 05:00:06 +08:00
|
|
|
<title>Installation of <application>Perl</application> modules</title>
|
2002-10-28 03:35:11 +08:00
|
|
|
|
2003-09-30 05:00:06 +08:00
|
|
|
<para>Install <application>Perl</application> modules by running the following
|
2003-09-17 09:35:37 +08:00
|
|
|
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
|
|
|
|
2003-12-14 08:44:17 +08:00
|
|
|
<para>Below are modules that require some modifications to standard
|
|
|
|
instructions or certain parameters in order to install
|
|
|
|
successfully.</para>
|
2002-10-28 03:35:11 +08:00
|
|
|
|
2003-09-28 02:46:10 +08:00
|
|
|
<para>Gtk-Perl-&Gtk-Perl-version;:</para>
|
2003-12-14 08:44:17 +08:00
|
|
|
|
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 &&
|
2003-09-28 02:46:10 +08:00
|
|
|
make install</command></userinput></screen>
|
2002-10-28 03:35:11 +08:00
|
|
|
|
|
|
|
</sect2>
|