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

Comparing deliantra/server/README (file contents):
Revision 1.41 by root, Thu Dec 27 15:32:41 2007 UTC vs.
Revision 1.42 by root, Sat Apr 5 22:41:15 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 general, 23 is tested with perl 5.8.8 and 5.8-maint) and their dependencies. In
24 the newest version from CPAN will do. The configure script will complain 24 general, the newest version from CPAN will do. The configure script will
25 when it detects an unsuitable version. 25 complain when it detects an unsuitable version.
26 26
27 - AnyEvent 27 - AnyEvent
28 - BDB **compiled against libdb4.5 or 4.6, libdb4.4 might work** 28 - BDB **compiled against libdb4.[56] (libdb4.4 *might* work)**
29 - Compress::LZF 29 - Compress::LZF
30 - Coro **SEE IMPORTANT NOTICE BELOW** 30 - Coro **SEE IMPORTANT NOTICE BELOW**
31 - Coro::EV 31 - Coro::EV
32 - Deliantra 32 - Deliantra
33 - Digest::MD5 33 - Digest::MD5
34 - EV 34 - EV
35 - IO::AIO 35 - IO::AIO
42 - URI 42 - URI
43 - YAML 43 - YAML
44 - YAML::Syck 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
48 Coro.
48 49
49 Furthermore, you will need the following programs and libraries: 50 Furthermore, you will need the following programs and libraries:
50 51
51 - gperf, the GNU perfect hash generator >= v3.0 52 - gperf, the GNU perfect hash generator >= v3.0
52 - glib-2.0 >= v2.10 53 - glib-2.0 >= v2.10

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines