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

Comparing deliantra/server/README (file contents):
Revision 1.39 by root, Mon Dec 17 06:36:34 2007 UTC vs.
Revision 1.40 by root, Mon Dec 17 07:27:58 2007 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. (the 23 is tested with perl 5.8.8 and 5.8-maint) and their dependencies. In general,
24 minimum versions below may not be up-to-date, the configure script will 24 the newest version from CPAN will do. The configure script will complain
25 check them all, though). 25 when it detects an unsuitable version.
26 26
27 - AnyEvent >= v2.6 27 - AnyEvent
28 - BDB >= v1.3 **libdb4.5, libdb4.4 might work** 28 - BDB **compiled against libdb4.5 or 4.6, libdb4.4 might work**
29 - Compress::LZF >= v1.8 29 - Compress::LZF
30 - Coro >= v4.32 **SEE IMPORTANT NOTICE BELOW** 30 - Coro **SEE IMPORTANT NOTICE BELOW**
31 - Coro::EV >= v2.1 31 - Coro::EV
32 - Crossfire >= v1.13 32 - Crossfire
33 - Digest::MD5 >= v2.0 33 - Digest::MD5
34 - EV >= v1.72 34 - EV
35 - IO::AIO >= v2.51 35 - IO::AIO
36 - JSON::XS >= v2.01 36 - JSON::XS
37 - Net::IRC3 => v0.5 37 - Net::IRC3
38 - Pod::POM >= v0.17 38 - Pod::POM
39 - Safe::Hole >= v0.10 39 - Safe::Hole
40 - Storable >= v2.0 40 - Storable
41 - Time::HiRes >= v1.0 41 - Time::HiRes
42 - URI >= 1.35 42 - URI
43 - YAML >= v0.62 43 - YAML
44 - YAML::Syck >= v0.71 44 - YAML::Syck
45 45
46 **NOTICE**: Deliantra uses an alternative signal stack, so you have to 46 **NOTICE**: Deliantra uses an alternative signal stack, so you have to
47 use either the "u"context method (slow) or "a"ssembly when configuring Coro. 47 use either the "u"context method (slow) or "a"ssembly when configuring Coro.
48 48
49 Furthermore, you will need the following programs and libraries: 49 Furthermore, you will need the following programs and libraries:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines