diff options
author | Badlop <badlop@process-one.net> | 2009-04-14 18:31:29 +0000 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2009-04-14 18:31:29 +0000 |
commit | f954d6829b715ca060ba3ced406babcdd972123a (patch) | |
tree | 540fa12e4ff163ad01c14051f58af7f8ad40e14f /doc/guide.html | |
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 'doc/guide.html')
-rw-r--r-- | doc/guide.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guide.html b/doc/guide.html index 631ae306d..a51a02a42 100644 --- a/doc/guide.html +++ b/doc/guide.html @@ -330,7 +330,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. +</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">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>. |