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

Comparing deliantra/server/README (file contents):
Revision 1.51 by root, Mon Jan 31 16:33:45 2011 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines