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.72 by root, Wed May 9 11:46:49 2007 UTC vs.
Revision 1.73 by root, Wed May 9 12:13:02 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 25*** apt-get install libberkeleydb-perl libwww-perl
26*** apt-get install anyevent-perl 26*** apt-get install anyevent-perl
27 27
28EOF 28EOF
29 29
30if ($^O =~ /win32/i or $^O =~ /mswin/) { 30if ($^O =~ /win32/i or $^O =~ /mswin/) {
59 Time::HiRes => 0, 59 Time::HiRes => 0,
60 Event => 1.07, 60 Event => 1.07,
61 AnyEvent => 0, 61 AnyEvent => 0,
62 Compress::LZF => 1.6, 62 Compress::LZF => 1.6,
63 Pod::POM => 0.15, 63 Pod::POM => 0.15,
64 LWP => 0,
64 }, 65 },
65 depend => { 66 depend => {
66 "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',
67 }, 68 },
68 clean => { FILES => 'docwiki.pst' }, 69 clean => { FILES => 'docwiki.pst' },

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines