25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-22 16:20:52 +01:00

Raise requirement to Erlang/OTP R12B-5 (EJAB-953)

This commit is contained in:
Badlop 2010-07-12 15:21:31 +02:00
parent f8412d7c5d
commit 976baccceb
3 changed files with 3 additions and 3 deletions

2
README
View File

@ -8,7 +8,7 @@ Quickstart guide
To compile ejabberd you need:
- GNU Make
- GCC
- Erlang/OTP R12B-4 or higher, R13B or higher.
- Erlang/OTP R12B-5 or higher.
- exmpp 0.9.3 or higher
- OpenSSL 0.9.8 or higher, for STARTTLS, SASL and SSL encryption.
- Zlib 1.2.3 or higher, for Stream Compression support

View File

@ -343,7 +343,7 @@ as long as your system have all the dependencies.</P><P> <A NAME="installreq"></
</P><UL CLASS="itemize"><LI CLASS="li-itemize">
GNU Make
</LI><LI CLASS="li-itemize">GCC
</LI><LI CLASS="li-itemize">Erlang/OTP R12B-4 or higher, R13B or higher.
</LI><LI CLASS="li-itemize">Erlang/OTP R12B-5 or higher.
</LI><LI CLASS="li-itemize">exmpp 0.9.3 or higher
</LI><LI CLASS="li-itemize">OpenSSL 0.9.8 or higher, for STARTTLS, SASL and SSL encryption.
</LI><LI CLASS="li-itemize">Zlib 1.2.3 or higher, for Stream Compression support (<A HREF="http://xmpp.org/extensions/xep-0138.html">XEP-0138</A>). Optional.

View File

@ -309,7 +309,7 @@ To compile \ejabberd{} on a `Unix-like' operating system, you need:
\begin{itemize}
\item GNU Make
\item GCC
\item Erlang/OTP R12B-4 or higher, R13B or higher.
\item Erlang/OTP R12B-5 or higher.
\item exmpp 0.9.3 or higher
\item OpenSSL 0.9.8 or higher, for STARTTLS, SASL and SSL encryption.
\item Zlib 1.2.3 or higher, for Stream Compression support (\xepref{0138}). Optional.