mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-06 09:07:30 +08:00
128b9bc2a1
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1639 af4574ff-66df-0310-9fd7-8a98e5e911e0
22 lines
628 B
XML
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 &&
|
|
make &&
|
|
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 &&
|
|
make &&
|
|
make install</command></userinput></screen>
|
|
|
|
</sect2>
|