--- deliantra/server/README 2011/04/23 04:46:25 1.53 +++ deliantra/server/README 2016/11/23 06:05:38 1.61 @@ -44,9 +44,9 @@ - Pod::POM - Safe::Hole - Storable - - Time::HiRes - URI - YAML::XS + - CBOR::XS **NOTICE**: Deliantra uses an alternative signal stack, so you cannot use the sigaltstack method (== setjmp on unrecognised platforms) for @@ -56,10 +56,10 @@ 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 + - blitz++ >= 0.10 + - glib-2.0 >= v2.32 - libpng >= v1.2 - - ImageMagick >= v6.0 (possibly higher, depending on its bugs) + - ImageMagick >= v6.6.9 (possibly higher, depending on its bugs) - optipng => v0.5.5 (http://optipng.sf.net) - pngnq >= v0.4 (http://freshmeat.net/redir/pngnq/53146/url_homepage/pngnq.html) - rsync >= v2.6 (a must have anyways) @@ -72,7 +72,7 @@ above dependencies: apt-get install gperf optipng pngnq rsync imagemagick libglib2.0-dev libpng12-dev - apt-get install libpod-pom-perl libsafe-hole-perl libevent-perl + apt-get install libpod-pom-perl libsafe-hole-perl libevent-perl libblitz0-dev If you want to get sensible backtraces for error conditions at runtime to be logged you also need the external addr2line program (part of GNU