ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/Makefile.PL
(Generate patch)

Comparing deliantra/Deliantra-Client/Makefile.PL (file contents):
Revision 1.102 by root, Mon May 26 05:53:09 2008 UTC vs.
Revision 1.108 by root, Fri Jul 18 22:40:51 2008 UTC

11*** opengl 1.2 is recommended to run this client 11*** opengl 1.2 is recommended to run this client
12*** opengl 2.0 helps some more.... 12*** opengl 2.0 helps some more....
13 13
14*** other dependencies: 14*** other dependencies:
15*** pango-1.12.3, glib-2.10 15*** pango-1.12.3, glib-2.10
16*** libsdl, libSDL_mixer, libSDL_image 16*** libsdl-1.2.10, libSDL_mixer, libSDL_image
17 17
18*** Pod::POM, Compress::LZF, BDB, Deliantra, EV, AnyEvent perl modules 18*** Pod::POM, Compress::LZF, BDB, Deliantra, EV, AnyEvent perl modules
19 19
20*** HINT: Debian/Ubuntu users might have some luck with: 20*** HINT: Debian/Ubuntu users might have some luck with:
21*** apt-get install perl libpango1.0-dev libglib2.0-dev libsdl1.2-dev 21*** apt-get install perl libpango1.0-dev libglib2.0-dev libsdl1.2-dev
50 INC => $INC, 50 INC => $INC,
51 LIBS => [$LIBS], 51 LIBS => [$LIBS],
52 EXE_FILES => [qw(bin/deliantra)], 52 EXE_FILES => [qw(bin/deliantra)],
53 VERSION_FROM => "DC.pm", 53 VERSION_FROM => "DC.pm",
54 PREREQ_PM => { 54 PREREQ_PM => {
55 BDB => 1.45, 55 BDB => 1.7,
56 Deliantra => 1.2, 56 Deliantra => 1.2,
57 Time::HiRes => 0, 57 Time::HiRes => 0,
58 EV => 3.41, 58 EV => 3.42,
59 AnyEvent => 2.6, 59 AnyEvent => 4.22,
60 Compress::LZF => 1.6, 60 Compress::LZF => 1.6,
61 Pod::POM => 0.15, 61 Pod::POM => 0.15,
62 LWP => 0, 62 LWP => 0,
63 JSON::XS => 2.01, 63 JSON::XS => 2.01,
64 }, 64 },

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines