summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2009-04-14 18:31:29 +0000
committerBadlop <badlop@process-one.net>2009-04-14 18:31:29 +0000
commitf954d6829b715ca060ba3ced406babcdd972123a (patch)
tree540fa12e4ff163ad01c14051f58af7f8ad40e14f /README
parent* src/mod_muc/mod_muc_log.erl: Linkify also xmpp:..., as it was (diff)
* doc/guide.tex: Explain that the recommended Erlang/OTP version
is R12B-5, and R13 is not supported yet. * doc/guide.html: Likewise * README: Likewise SVN Revision: 2021
Diffstat (limited to 'README')
-rw-r--r--README8
1 files changed, 6 insertions, 2 deletions
diff --git a/README b/README
index bbc9511a..e6b23545 100644
--- a/README
+++ b/README
@@ -8,12 +8,16 @@ Quickstart guide
To compile ejabberd you need:
- GNU Make
- GCC
- - libexpat 1.95 or higher
- - Erlang/OTP R10B-9 or higher
+ - Libexpat 1.95 or higher
+ - Erlang/OTP R10B-9 or higher. The recommended version is R12B-5.
+ R13 is not supported yet.
- OpenSSL 0.9.6 or higher, for STARTTLS, SASL and SSL
encryption. Optional, highly recommended.
- Zlib 1.2.3 or higher, for Stream Compression support
(XEP-0138). Optional.
+ - Erlang mysql library. Optional. MySQL authentication/storage.
+ - Erlang pgsql library. Optional. PostgreSQL authentication/storage.
+ - PAM library. Optional. For Pluggable Authentication Modules (PAM).
- GNU Iconv 1.8 or higher, for the IRC Transport
(mod_irc). Optional. Not needed on systems with GNU Libc.