mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-06 17:17:20 +08:00
1aa8d9a99c
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1090 af4574ff-66df-0310-9fd7-8a98e5e911e0
27 lines
822 B
XML
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 &&
|
|
make &&
|
|
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 &&
|
|
make
|
|
cp Gtk/Makefile Gtk/Makefile.bak &&
|
|
sed '/^OBJECT/s/xs/./g' Gtk/Makefile.bak > Gtk/Makefile &&
|
|
cp Gtk/Makefile Gtk/Makefile.bak &&
|
|
sed '/^OBJECT/s/build/./g' Gtk/Makefile.bak > Gtk/Makefile &&
|
|
make &&
|
|
make install</command></userinput></screen></para>
|
|
|
|
|
|
</sect2>
|
|
|