mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-31 04:22:12 +08:00
3d60760d28
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@360 af4574ff-66df-0310-9fd7-8a98e5e911e0
26 lines
742 B
XML
26 lines
742 B
XML
<sect2>
|
|
<title>Installation of perl modules</title>
|
|
|
|
<para>Install perl modules by running the following commands:</para>
|
|
|
|
<para><screen><userinput>perl Makefile.PL &&
|
|
make &&
|
|
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 &&
|
|
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</userinput></screen></para>
|
|
|
|
|
|
</sect2>
|
|
|