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.75 by root, Mon Jun 25 05:43:37 2007 UTC vs.
Revision 1.77 by root, Tue Jul 10 16:23:12 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 libwww-perl 25*** apt-get install libberkeleydb-perl libwww-perl libdb4.4-dev
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/) {
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 LWP => 0,
65 JSON::XS => 1.4, 65 JSON::XS => 1.41,
66 }, 66 },
67 depend => { 67 depend => {
68 "CFPlus.o" => 'glfunc.h pangoopengl.h pango-font.c pango-fontmap.c pango-render.c texcache.c', 68 "CFPlus.o" => 'glfunc.h pangoopengl.h pango-font.c pango-fontmap.c pango-render.c texcache.c',
69 }, 69 },
70 clean => { FILES => 'docwiki.pst' }, 70 clean => { FILES => 'docwiki.pst' },

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines