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.71 by root, Fri Apr 6 07:45:34 2007 UTC vs.
Revision 1.74 by root, Sun Jun 24 03:46:46 2007 UTC

20*** HINT: BerkeleyDB must be linked against version 4.3 or higher of libdb 20*** HINT: BerkeleyDB must be linked against version 4.3 or higher of libdb
21 21
22*** HINT: Debian/Ubuntu users might have luck with: 22*** HINT: Debian/Ubuntu users might have luck with:
23*** apt-get install perl libpango1.0-dev libglib2.0-dev libsdl1.2-dev 23*** apt-get install perl libpango1.0-dev libglib2.0-dev libsdl1.2-dev
24*** apt-get install libevent-perl libsdl-mixer1.2-dev libsdl-image1.2-dev 24*** apt-get install libevent-perl libsdl-mixer1.2-dev libsdl-image1.2-dev
25*** apt-get install libberkeleydb-perl anyevent-perl 25*** apt-get install libberkeleydb-perl libwww-perl
26*** apt-get install anyevent-perl
26 27
27EOF 28EOF
28 29
29if ($^O =~ /win32/i or $^O =~ /mswin/) { 30if ($^O =~ /win32/i or $^O =~ /mswin/) {
30 print <<EOF; 31 print <<EOF;
52 LIBS => [$LIBS], 53 LIBS => [$LIBS],
53 EXE_FILES => [qw(bin/cfplus)], 54 EXE_FILES => [qw(bin/cfplus)],
54 VERSION_FROM => "CFPlus.pm", 55 VERSION_FROM => "CFPlus.pm",
55 PREREQ_PM => { 56 PREREQ_PM => {
56 BerkeleyDB => 0.27, 57 BerkeleyDB => 0.27,
57 Crossfire => 0.98, 58 Crossfire => 1.0,
58 Time::HiRes => 0, 59 Time::HiRes => 0,
59 Event => 1.07, 60 Event => 1.07,
60 AnyEvent => 0, 61 AnyEvent => 0,
61 Compress::LZF => 1.6, 62 Compress::LZF => 1.6,
62 Pod::POM => 0.15, 63 Pod::POM => 0.15,
64 LWP => 0,
63 }, 65 },
64 depend => { 66 depend => {
65 "CFPlus.o" => 'glfunc.h pangoopengl.h pango-font.c pango-fontmap.c pango-render.c texcache.c', 67 "CFPlus.o" => 'glfunc.h pangoopengl.h pango-font.c pango-fontmap.c pango-render.c texcache.c',
66 }, 68 },
67 clean => { FILES => 'docwiki.pst' }, 69 clean => { FILES => 'docwiki.pst' },

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines