glfs/general/prog/perl/perl-modules-inst.xml

22 lines
628 B
XML
Raw Normal View History

<sect2>
<title>Installation of <application>Perl</application> modules</title>
<para>Install <application>Perl</application> modules by running the following
commands:</para>
<screen><userinput><command>perl Makefile.PL &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
<para>Below are modules that require some modifications to standard
instructions or certain parameters in order to install
successfully.</para>
<para>Gtk-Perl-&Gtk-Perl-version;:</para>
<screen><userinput><command>perl Makefile.PL --without-guessing &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>