ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/CV/Makefile.PL
(Generate patch)

Comparing CV/Makefile.PL (file contents):
Revision 1.32 by root, Fri Nov 3 18:24:18 2006 UTC vs.
Revision 1.34 by root, Mon Nov 6 17:02:38 2006 UTC

4 4
5** 5**
6** If you get any errors, make sure you have libmagic (from "file"), 6** If you get any errors, make sure you have libmagic (from "file"),
7** libjpeg, Gtk2 and Glib. On debian, this should get you there: 7** libjpeg, Gtk2 and Glib. On debian, this should get you there:
8** 8**
9** apt-get install libextutils-depends-perl
10** apt-get install libgtk2-podviewer-perl libgtk2-gladexml-perl
9** apt-get install libmagic-dev libjpeg62-dev libglib-perl libgtk2-perl 11** apt-get install libmagic-dev libjpeg62-dev libglib-perl libgtk2-perl
10** 12**
11 13
12EOF 14EOF
13 15
40 PREREQ_PM => { 42 PREREQ_PM => {
41 Glib => 1.08, 43 Glib => 1.08,
42 Gtk2 => 1.08, 44 Gtk2 => 1.08,
43 Gtk2::PodViewer => 0.03, 45 Gtk2::PodViewer => 0.03,
44 Gtk2::GladeXML => 0.93, 46 Gtk2::GladeXML => 0.93,
45 IO::AIO => 2.1, 47 IO::AIO => 2.2,
46 }, 48 },
47 DIR => [], 49 DIR => [],
48 NAME => 'Gtk2::CV', 50 NAME => 'Gtk2::CV',
49 VERSION_FROM => 'lib/Gtk2/CV.pm', 51 VERSION_FROM => 'lib/Gtk2/CV.pm',
50 EXE_FILES => [qw(bin/cv)], 52 EXE_FILES => [qw(bin/cv)],

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines