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

Comparing deliantra/server/README (file contents):
Revision 1.50 by root, Wed May 5 09:05:03 2010 UTC vs.
Revision 1.52 by root, Fri Apr 22 02:03:10 2011 UTC

46 - Storable 46 - Storable
47 - Time::HiRes 47 - Time::HiRes
48 - URI 48 - URI
49 - YAML::XS 49 - YAML::XS
50 50
51 **NOTICE**: Deliantra uses an alternative signal stack, so you have to 51 **NOTICE**: Deliantra uses an alternative signal stack, so you cannot
52 use either the "u"context method (slow) or "a"ssembly when configuring 52 use the sigaltstack method (== setjmp on unrecognised platforms) for
53 Coro. 53 Coro. Try "a"ssembly, "u"context or "p"threads as backend instead on
54 those platforms.
54 55
55 Furthermore, you will need the following programs and libraries: 56 Furthermore, you will need the following programs and libraries:
56 57
57 - gperf, the GNU perfect hash generator >= v3.0 58 - gperf, the GNU perfect hash generator >= v3.0
58 - glib-2.0 >= v2.10 59 - glib-2.0 >= v2.10
85 To get generic directions on compilation, read the INSTALL file. 86 To get generic directions on compilation, read the INSTALL file.
86 87
87 88
88INSTALLATION/USAGE 89INSTALLATION/USAGE
89 90
90 Deliantra runs on a client/server model. You will also a client to 91 Deliantra runs on a client/server model. You will also need a client to
91 play. You can either connect to a server someone else has set up, or 92 play. You can either connect to a server someone else has set up, or
92 run your own server and connect to that. There are a number of clients 93 run your own server and connect to that. There are a number of clients
93 available, but the recommended one is CFPlus (see below for URL). 94 available, the recommended one is the Deliantra Client (see below for URL).
94 95
95 To run your own server, you need to build the deliantra server binaries 96 To run your own server, you need to build the deliantra server binaries
96 and install them, then you will have to download and install map and 97 and install them, then you will have to download and install map and
97 archetype packs: 98 archetype packs:
98 99

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines