ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/README
(Generate patch)

Comparing deliantra/server/README (file contents):
Revision 1.12 by root, Wed May 16 12:22:17 2007 UTC vs.
Revision 1.19 by root, Tue Jul 10 16:23:59 2007 UTC

25 check them all, though). 25 check them all, though).
26 26
27 - AnyEvent >= 2.52 27 - AnyEvent >= 2.52
28 - BDB >= v0.1 28 - BDB >= v0.1
29 - Compress::LZF >= v1.8 29 - Compress::LZF >= v1.8
30 - Coro >= v3.63 **SEE IMPORTANT NOTICE BELOW** 30 - Coro >= v3.62 **SEE IMPORTANT NOTICE BELOW**
31 - Coro::Event >= v2.1 31 - Coro::Event >= v2.1
32 - Crossfire >= v0.98 32 - Crossfire >= v0.99
33 - Digest::MD5 >= v2.0 33 - Digest::MD5 >= v2.0
34 - Event >= v1.08 34 - Event >= v1.08
35 - IO::AIO >= 2.32 35 - IO::AIO >= 2.4
36 - JSON::XS => 1.21 36 - JSON::XS => 1.41
37 - Pod::POM >= v0.17 37 - Pod::POM >= v0.17
38 - Safe::Hole >= v0.10 38 - Safe::Hole >= v0.10
39 - Storable >= v2.0 39 - Storable >= v2.0
40 - Time::HiRes >= v1.0 40 - Time::HiRes >= v1.0
41 - YAML::Syck >= v0.71 41 - YAML::Syck >= v0.71
42 42
43 **NOTICE**: Crossfire uses an alternative signal stack, so you have to 43 **NOTICE**: Crossfire uses an alternative signal stack, so you have to
44 use either the "u"context method or "a"ssembly when configuring Coro. 44 use either the "u"context method (slow) or "a"ssembly when configuring Coro.
45 45
46 Furthermore, you will need the following programs and libraries: 46 Furthermore, you will need the following programs and libraries:
47 47
48 - gperf, the GNU perfect hash generator >= v3.0 48 - gperf, the GNU perfect hash generator >= v3.0
49 - glib-2.0 >= v2.10 49 - glib-2.0 >= v2.10
60 On Debian GNU/Linux, you might get away with something like this for many of the 60 On Debian GNU/Linux, you might get away with something like this for many of the
61 above dependencies: 61 above dependencies:
62 62
63 apt-get install gperf optipng pngnq rsync imagemagick libglib2.0-dev libpng12-dev 63 apt-get install gperf optipng pngnq rsync imagemagick libglib2.0-dev libpng12-dev
64 apt-get install libpod-pom-perl libsafe-hole-perl libevent-perl 64 apt-get install libpod-pom-perl libsafe-hole-perl libevent-perl
65
66 If you want to get sensible backtraces for error conditions at runtime
67 to be logged you also need the external addr2line program (part of GNU
68 binutils) in your PATH.
65 69
66 70
67COMPILING 71COMPILING
68 72
69 Crossfire has been known to compile on a wide variety of systems. It should 73 Crossfire has been known to compile on a wide variety of systems. It should
97 101
98 Atfer this you can then run the crossfire executable. This starts a 102 Atfer this you can then run the crossfire executable. This starts a
99 server which you/other people can connect to. 103 server which you/other people can connect to.
100 104
101 105
102WEB SITES: 106WEB SITES
103 107
104 The following web addresses have crossfire information that you may find 108 The following web addresses have crossfire information that you may find
105 useful: 109 useful:
106 110
107 http://crossfire.schmorp.de/ (The main site) 111 http://crossfire.schmorp.de/ (The main site)
137 helpful. 141 helpful.
138 142
139 The more information provided, the better chance of the bug being fixed 143 The more information provided, the better chance of the bug being fixed
140 in a timely fashion. 144 in a timely fashion.
141 145
146
142SUBMITTING PATCHES: 147SUBMITTING PATCHES
143 148
144 Patches should be submitted to email address: 149 Patches should be submitted to email address:
145 crossfire@schmorp.de 150 crossfire@schmorp.de
146 151
152
147PUBLIC SERVERS: 153PUBLIC SERVERS
148 154
149 The best way to find a server to play is to run the client 155 The best way to find a server to play is to run the client
150 and hit "Server List" in the setup dialog (this varies 156 and hit "Server List" in the setup dialog (this varies
151 depending on your client). You can also see a list at 157 depending on your client). You can also see a list at
152 http://crossfire.real-time.com/metaserver/. 158 http://crossfire.real-time.com/metaserver/.
153 159
154 The canonical server for use with Crossfire and CFPlus is 160 The canonical server for use with Crossfire and CFPlus is
155 crossfire.schmorp.de, port 13327 (default). 161 crossfire.schmorp.de, port 13327 (default).
156 162
163
157COPYRIGHT 164COPYRIGHT
158 165
159 Copyright (C) 2006,2007 Crossfire TRT Development Team 166 Most files in this distribution are covered by the GNU General Public
160 Copyright (C) 2000,2006 Mark Wedel 167 License, version 3 (COPYING.GPL), or any later version, with the
161 Copyright (C) 1992 Frank Tore Johansen 168 exception of ext/affero.ext, which is covered by the GNU Affero General
169 Public License, Version 3 (COPYING.Affero). Please take note of the
170 special requirements of the Affero license with respect to network
171 servers and configure your network server according to the instructions
172 given in ext/affero.ext.
162 173
163 This program is free software; you can redistribute it and/or modify
164 it under the terms of the GNU General Public License as published by
165 the Free Software Foundation; either version 2 of the License, or
166 (at your option) any later version.
167 174
168 This program is distributed in the hope that it will be useful, 175CONTACT
169 but WITHOUT ANY WARRANTY; without even the implied warranty of
170 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
171 GNU General Public License for more details.
172
173 You should have received a copy of the GNU General Public License
174 along with this program; if not, write to the Free Software
175 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
176 176
177 The authors can be reached via e-mail to crossfire@schmorp.de 177 The authors can be reached via e-mail to crossfire@schmorp.de
178

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines