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.93 by root, Tue Dec 11 02:42:37 2007 UTC vs.
Revision 1.95 by root, Wed Dec 26 18:09:30 2007 UTC

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, libSDL_mixer, libSDL_image
17 17
18*** Pod::POM, Compress::LZF, BerkeleyDB, Crossfire, EV, AnyEvent perl modules 18*** Pod::POM, Compress::LZF, BDB, Deliantra, EV, AnyEvent perl modules
19
20*** HINT: BerkeleyDB must be linked against version 4.3 or higher of libdb
21 19
22*** HINT: Debian/Ubuntu users might have some luck with: 20*** HINT: Debian/Ubuntu users might have some luck with:
23*** 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
24*** apt-get install libsdl-mixer1.2-dev libsdl-image1.2-dev 22*** apt-get install libsdl-mixer1.2-dev libsdl-image1.2-dev
25*** apt-get install libberkeleydb-perl libwww-perl libdb4.4-dev 23*** apt-get install libwww-perl libdb4.4-dev
26*** apt-get install anyevent-perl 24*** apt-get install anyevent-perl
27 25
28EOF 26EOF
29 27
30if ($^O =~ /win32/i or $^O =~ /mswin/) { 28if ($^O =~ /win32/i or $^O =~ /mswin/) {
53 LIBS => [$LIBS], 51 LIBS => [$LIBS],
54 EXE_FILES => [qw(bin/deliantra)], 52 EXE_FILES => [qw(bin/deliantra)],
55 VERSION_FROM => "CFPlus.pm", 53 VERSION_FROM => "CFPlus.pm",
56 PREREQ_PM => { 54 PREREQ_PM => {
57 BDB => 1.4, 55 BDB => 1.4,
58 Crossfire => 1.13, 56 Deliantra => 1.13,
59 Time::HiRes => 0, 57 Time::HiRes => 0,
60 EV => 1.72, 58 EV => 1.72,
61 AnyEvent => 2.6, 59 AnyEvent => 2.6,
62 Compress::LZF => 1.6, 60 Compress::LZF => 1.6,
63 Pod::POM => 0.15, 61 Pod::POM => 0.15,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines