--- deliantra/server/README 2007/03/12 17:41:11 1.8 +++ deliantra/server/README 2007/04/26 00:39:18 1.9 @@ -22,19 +22,20 @@ libraries along with the following Perl modules (the server is tested with perl 5.8.8 and 5.8-maint). - - Crossfire >= v0.97 + - BDB >= v0.1 + - Compress::LZF >= v1.71 - Coro >= v3.5 - Coro::Event >= v2.1 + - Crossfire >= v0.97 + - Digest::MD5 >= v2.0 - Event >= v1.08 - IO::AIO >= 2.32 - - BDB >= v0.1 + - JSON::XS => 1.11 + - Pod::POM >= v0.17 + - Safe::Hole >= v0.10 - Storable >= v2.0 - Time::HiRes >= v1.0 - YAML::Syck >= v0.71 - - Digest::MD5 >= v2.0 - - Compress::LZF >= v1.71 - - Safe::Hole >= v0.10 - - Pod::POM >= v0.17 Furthermore, you will need the following programs and libraries: @@ -43,12 +44,19 @@ - libpng >= v1.2 - ImageMagick >= v6.0 - optipng => v0.5.5 (http://optipng.sf.net) + - pngnq >= 0.4 (http://freshmeat.net/redir/pngnq/53146/url_homepage/pngnq.html) - rsync >= 2.6 (a must have anyways) Your compiler must support the Library Technical Report 1 extensions and the upcoming typeof extension. The GNU C++ compiler >= version 4.0 does support all these. + On Debian GNU/Linux, you might get away with something like this for many of the + 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 + COMPILING