--- deliantra/server/README 2007/05/16 12:22:17 1.12 +++ deliantra/server/README 2007/05/27 02:26:17 1.14 @@ -27,7 +27,7 @@ - AnyEvent >= 2.52 - BDB >= v0.1 - Compress::LZF >= v1.8 - - Coro >= v3.63 **SEE IMPORTANT NOTICE BELOW** + - Coro >= v3.62 **SEE IMPORTANT NOTICE BELOW** - Coro::Event >= v2.1 - Crossfire >= v0.98 - Digest::MD5 >= v2.0 @@ -41,7 +41,7 @@ - YAML::Syck >= v0.71 **NOTICE**: Crossfire uses an alternative signal stack, so you have to - use either the "u"context method or "a"ssembly when configuring Coro. + use either the "u"context method (slow) or "a"ssembly when configuring Coro. Furthermore, you will need the following programs and libraries: @@ -63,6 +63,10 @@ apt-get install gperf optipng pngnq rsync imagemagick libglib2.0-dev libpng12-dev apt-get install libpod-pom-perl libsafe-hole-perl libevent-perl + If you want to gte sensible backtraces for error conditions at runtime + to be logged you also need the external addr2line program (part of GNU + binutils) in your PATH. + COMPILING