diff options
author | Badlop <badlop@process-one.net> | 2009-05-15 13:38:14 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2009-05-15 13:38:14 +0000 |
commit | 8af1c41a3ecd70ed16d746ef46cf9f4b5ede2052 (patch) | |
tree | b911558eb9fbc94e3fa8278d1eea9f39b66bcb33 | |
parent | No longer edit ChangeLog, will be auto generated for ejabberd releases. (diff) |
Erlang/OTP R13 can be used, but its support is still experimental
SVN Revision: 2077
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | doc/guide.html | 2 | ||||
-rw-r--r-- | doc/guide.tex | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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 98db9630..0dc4f0bb 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -336,7 +336,7 @@ as long as your system have all the dependencies.</P><P> <A NAME="installreq"></ GNU Make </LI><LI CLASS="li-itemize">GCC </LI><LI CLASS="li-itemize">Libexpat 1.95 or higher -</LI><LI CLASS="li-itemize">Erlang/OTP R10B-9 or higher. The recommended version is R12B-5. R13 is not supported yet. +</LI><LI CLASS="li-itemize">Erlang/OTP R10B-9 or higher. The recommended version is R12B-5. Support for R13 is experimental. </LI><LI CLASS="li-itemize">OpenSSL 0.9.6 or higher, for STARTTLS, SASL and SSL encryption. Optional, highly recommended. </LI><LI CLASS="li-itemize">Zlib 1.2.3 or higher, for Stream Compression support (<A HREF="http://www.xmpp.org/extensions/xep-0138.html">XEP-0138</A>). Optional. </LI><LI CLASS="li-itemize">Erlang mysql library. Optional. For MySQL authentication or storage. See section <A HREF="#compilemysql">3.2.1</A>. diff --git a/doc/guide.tex b/doc/guide.tex index 159ac613..83cf1501 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}. |