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.55 by root, Sun May 15 20:14:30 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
59 - blitz++ >= 0.9
58 - glib-2.0 >= v2.10 60 - glib-2.0 >= v2.10
59 - libpng >= v1.2 61 - libpng >= v1.2
60 - ImageMagick >= v6.0 (possibly higher, depending on its bugs) 62 - ImageMagick >= v6.6 (possibly higher, depending on its bugs)
61 - optipng => v0.5.5 (http://optipng.sf.net) 63 - optipng => v0.5.5 (http://optipng.sf.net)
62 - pngnq >= v0.4 (http://freshmeat.net/redir/pngnq/53146/url_homepage/pngnq.html) 64 - pngnq >= v0.4 (http://freshmeat.net/redir/pngnq/53146/url_homepage/pngnq.html)
63 - rsync >= v2.6 (a must have anyways) 65 - rsync >= v2.6 (a must have anyways)
64 66
65 Your compiler must support the Library Technical Report 1 extensions and 67 Your compiler must support the Library Technical Report 1 extensions and
68 70
69 On Debian GNU/Linux, you might get away with something like this for many of the 71 On Debian GNU/Linux, you might get away with something like this for many of the
70 above dependencies: 72 above dependencies:
71 73
72 apt-get install gperf optipng pngnq rsync imagemagick libglib2.0-dev libpng12-dev 74 apt-get install gperf optipng pngnq rsync imagemagick libglib2.0-dev libpng12-dev
73 apt-get install libpod-pom-perl libsafe-hole-perl libevent-perl 75 apt-get install libpod-pom-perl libsafe-hole-perl libevent-perl libblitz0-dev
74 76
75 If you want to get sensible backtraces for error conditions at runtime 77 If you want to get sensible backtraces for error conditions at runtime
76 to be logged you also need the external addr2line program (part of GNU 78 to be logged you also need the external addr2line program (part of GNU
77 binutils) in your PATH. 79 binutils) in your PATH.
78 80

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines