glfs/general/prog/perl/perl-modules-inst.xml
Igor Živković 128b9bc2a1 updated to gtk-perl-0.7009, xml-writer-0.4.1 and xml-parser-2.34
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1639 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-12-14 00:44:17 +00:00

22 lines
628 B
XML

<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>