ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/README
(Generate patch)

Comparing deliantra/server/README (file contents):
Revision 1.43 by root, Wed Apr 16 21:14:13 2008 UTC vs.
Revision 1.47 by root, Sat Dec 13 20:34:37 2008 UTC

18REQUIREMENTS 18REQUIREMENTS
19 19
20 For UNIX, a modern C++ compiler with some extensions is required to 20 For UNIX, a modern C++ compiler with some extensions is required to
21 compile this game (g++ 4.x works). In addition, you will need the Perl 21 compile this game (g++ 4.x works). In addition, you will need the Perl
22 development libraries along with the following Perl modules (the server 22 development libraries along with the following Perl modules (the server
23 is tested with perl 5.8.8, 5.8-maint and 5.10.0. A perl configured for 23 requires perl 5.10). A perl configured for 64 bit integer support is
24 64 bit integer support is highly recommended to avoid overflows, but 32 24 highly recommended to avoid overflows, but 32 bit perls are supported)
25 bit perls are supported) and their dependencies. In general, the newest 25 and their dependencies. In general, the newest version from CPAN will
26 version from CPAN will do. The configure script will complain when it 26 do. The configure script will complain when it detects an unsuitable
27 detects an unsuitable version. 27 version.
28 28
29 - AnyEvent 29 - AnyEvent
30 - AnyEvent::AIO
31 - AnyEvent::BDB
30 - BDB **compiled against libdb4.[56] (libdb4.4 *might* work)** 32 - BDB **compiled against libdb4.[567] (libdb4.4 *might* work)**
31 - Compress::LZF 33 - Compress::LZF
32 - Coro **SEE IMPORTANT NOTICE BELOW** 34 - Coro **SEE IMPORTANT NOTICE BELOW**
33 - Coro::EV 35 - Coro::EV
34 - Deliantra 36 - Deliantra
35 - Digest::MD5 37 - Digest::MD5
36 - EV 38 - EV
39 - Guard
37 - IO::AIO 40 - IO::AIO
38 - JSON::XS 41 - JSON::XS
39 - Net::IRC3 42 - AnyEvent::IRC
40 - Pod::POM 43 - Pod::POM
41 - Safe::Hole 44 - Safe::Hole
42 - Storable 45 - Storable
43 - Time::HiRes 46 - Time::HiRes
44 - URI 47 - URI

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines