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.51 by root, Mon Jan 31 16:33:45 2011 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 requires perl 5.10.1). A perl configured for 64 bit integer support is
24 general, the newest version from CPAN will do. The configure script will 24 highly recommended to avoid overflows, but 32 bit perls are supported)
25 complain when it detects an unsuitable version. 25 and their dependencies. In general, the newest version from CPAN will
26 do. The configure script will complain when it detects an unsuitable
27 version.
26 28
29 - common::sense
27 - AnyEvent 30 - AnyEvent
31 - AnyEvent::AIO
32 - AnyEvent::BDB
28 - BDB **compiled against libdb4.[56] (libdb4.4 *might* work)** 33 - BDB **compiled against libdb4.[567] (libdb4.4 *might* work)**
29 - Compress::LZF 34 - Compress::LZF
30 - Coro **SEE IMPORTANT NOTICE BELOW** 35 - Coro **SEE IMPORTANT NOTICE BELOW**
31 - Coro::EV 36 - Coro::EV
32 - Deliantra 37 - Deliantra
33 - Digest::MD5 38 - Digest::MD5
34 - EV 39 - EV
40 - Guard
35 - IO::AIO 41 - IO::AIO
36 - JSON::XS 42 - JSON::XS
37 - Net::IRC3 43 - AnyEvent::IRC
38 - Pod::POM 44 - Pod::POM
39 - Safe::Hole 45 - Safe::Hole
40 - Storable 46 - Storable
41 - Time::HiRes 47 - Time::HiRes
42 - URI 48 - URI
43 - YAML
44 - YAML::Syck 49 - YAML::XS
45 50
46 **NOTICE**: Deliantra uses an alternative signal stack, so you have to 51 **NOTICE**: Deliantra uses an alternative signal stack, so you have to
47 use either the "u"context method (slow) or "a"ssembly when configuring 52 use either the "u"context method (slow) or "a"ssembly when configuring
48 Coro. 53 Coro.
49 54
80 To get generic directions on compilation, read the INSTALL file. 85 To get generic directions on compilation, read the INSTALL file.
81 86
82 87
83INSTALLATION/USAGE 88INSTALLATION/USAGE
84 89
85 Deliantra runs on a client/server model. You will also a client to 90 Deliantra runs on a client/server model. You will also need a client to
86 play. You can either connect to a server someone else has set up, or 91 play. You can either connect to a server someone else has set up, or
87 run your own server and connect to that. There are a number of clients 92 run your own server and connect to that. There are a number of clients
88 available, but the recommended one is CFPlus (see below for URL). 93 available, the recommended one is the Deliantra Client (see below for URL).
89 94
90 To run your own server, you need to build the deliantra server binaries 95 To run your own server, you need to build the deliantra server binaries
91 and install them, then you will have to download and install map and 96 and install them, then you will have to download and install map and
92 archetype packs: 97 archetype packs:
93 98

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines