From 8af1c41a3ecd70ed16d746ef46cf9f4b5ede2052 Mon Sep 17 00:00:00 2001 From: Badlop Date: Fri, 15 May 2009 13:38:14 +0000 Subject: [PATCH] Erlang/OTP R13 can be used, but its support is still experimental SVN Revision: 2077 --- README | 2 +- doc/guide.html | 2 +- doc/guide.tex | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index e6b235452..c4b14f427 100644 --- a/README +++ b/README @@ -10,7 +10,7 @@ To compile ejabberd you need: - GCC - Libexpat 1.95 or higher - Erlang/OTP R10B-9 or higher. The recommended version is R12B-5. - R13 is not supported yet. + Support for R13 is experimental. - 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 diff --git a/doc/guide.html b/doc/guide.html index 98db96307..0dc4f0bb8 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -336,7 +336,7 @@ as long as your system have all the dependencies.

  • GCC
  • Libexpat 1.95 or higher -
  • Erlang/OTP R10B-9 or higher. The recommended version is R12B-5. R13 is not supported yet. +
  • Erlang/OTP R10B-9 or higher. The recommended version is R12B-5. Support for R13 is experimental.
  • 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. For MySQL authentication or storage. See section 3.2.1. diff --git a/doc/guide.tex b/doc/guide.tex index 159ac6133..83cf15016 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -298,7 +298,7 @@ To compile \ejabberd{} on a `Unix-like' operating system, you need: \item GNU Make \item GCC \item Libexpat 1.95 or higher -\item Erlang/OTP R10B-9 or higher. The recommended version is R12B-5. R13 is not supported yet. +\item Erlang/OTP R10B-9 or higher. The recommended version is R12B-5. Support for R13 is experimental. \item OpenSSL 0.9.6 or higher, for STARTTLS, SASL and SSL encryption. Optional, highly recommended. \item Zlib 1.2.3 or higher, for Stream Compression support (\xepref{0138}). Optional. \item Erlang mysql library. Optional. For MySQL authentication or storage. See section \ref{compilemysql}.