--- deliantra/server/README 2011/01/31 16:33:45 1.51 +++ deliantra/server/README 2011/04/23 04:46:25 1.53 @@ -48,13 +48,15 @@ - URI - YAML::XS - **NOTICE**: Deliantra uses an alternative signal stack, so you have to - use either the "u"context method (slow) or "a"ssembly when configuring - Coro. + **NOTICE**: Deliantra uses an alternative signal stack, so you cannot + use the sigaltstack method (== setjmp on unrecognised platforms) for + Coro. Try "a"ssembly, "u"context or "p"threads as backend instead on + those platforms. Furthermore, you will need the following programs and libraries: - gperf, the GNU perfect hash generator >= v3.0 + - blitz++ >= 0.9 - glib-2.0 >= v2.10 - libpng >= v1.2 - ImageMagick >= v6.0 (possibly higher, depending on its bugs)