glfs/general/prog/perl/perl-modules-inst.xml
Larry Lawrence 1aa8d9a99c update to gimp-1.2.5
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1090 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-09-17 01:35:37 +00:00

27 lines
822 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 installation instructions for modules that happen to be
broken at the present time.</para>
<para>Gtk-Perl-&Gtk-Perl-version;:
<screen><userinput><command>perl Makefile.PL --without-guessing &amp;&amp;
make
cp Gtk/Makefile Gtk/Makefile.bak &amp;&amp;
sed '/^OBJECT/s/xs/./g' Gtk/Makefile.bak > Gtk/Makefile &amp;&amp;
cp Gtk/Makefile Gtk/Makefile.bak &amp;&amp;
sed '/^OBJECT/s/build/./g' Gtk/Makefile.bak > Gtk/Makefile &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen></para>
</sect2>