Installation of perl modules
Install perl modules by running the following commands:
perl Makefile.PL &&
make &&
make install
Below are installation instructions for modules that happen to be
broken at the present time.
Gtk-Perl-&Gtk-Perl-version;:
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