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

Comparing deliantra/server/README (file contents):
Revision 1.42 by root, Sat Apr 5 22:41:15 2008 UTC vs.
Revision 1.43 by root, Wed Apr 16 21:14:13 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 and 5.8-maint) and their dependencies. In 23 is tested with perl 5.8.8, 5.8-maint and 5.10.0. A perl configured for
24 general, the newest version from CPAN will do. The configure script will 24 64 bit integer support is highly recommended to avoid overflows, but 32
25 bit perls are supported) and their dependencies. In general, the newest
26 version from CPAN will do. The configure script will complain when it
25 complain when it detects an unsuitable version. 27 detects an unsuitable version.
26 28
27 - AnyEvent 29 - AnyEvent
28 - BDB **compiled against libdb4.[56] (libdb4.4 *might* work)** 30 - BDB **compiled against libdb4.[56] (libdb4.4 *might* work)**
29 - Compress::LZF 31 - Compress::LZF
30 - Coro **SEE IMPORTANT NOTICE BELOW** 32 - Coro **SEE IMPORTANT NOTICE BELOW**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines