Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBadlop <badlop@process-one.net>2010-11-19 17:33:48 +0300
committerBadlop <badlop@process-one.net>2010-11-19 17:33:48 +0300
commitbaf9363bdf8405dfda9616493ab8c7ebe277ea4d (patch)
tree6c724fb20688464c575ca4501a8875de345b29fd /README
parent12aaa0125b9851a619afa4e52cb49ed54862d9ee (diff)
Disapprove the use of R14A and R14B due to the rwlock bug.
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index da7742256..fa80b3c77 100644
--- a/README
+++ b/README
@@ -9,7 +9,8 @@ To compile ejabberd you need:
- GNU Make
- GCC
- Libexpat 1.95 or higher
- - Erlang/OTP R10B-9 or higher. Recommended versions: R12B-5 and R13B04
+ - Erlang/OTP R10B-9 or higher. Recommended: R12B-5 and R13B04.
+ Avoid R14A and R14B.
- OpenSSL 0.9.8 or higher, for STARTTLS, SASL and SSL encryption.
- Zlib 1.2.3 or higher, for Stream Compression support
(XEP-0138). Optional.