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

26 lines
742 B
XML
Raw Normal View History

<sect2>
<title>Installation of perl modules</title>
<para>Install perl modules by running the following commands:</para>
<para><screen><userinput>perl Makefile.PL &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
<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>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</userinput></screen></para>
</sect2>