From 39f1005006b83a6273d1be6f57ad1eb6c9f4a408 Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Tue, 3 Jun 2014 13:00:17 +0200 Subject: Fix LibYAML version in the list of dependencies Thanks to Steve Gillespie for reporting the error. --- doc/guide.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/guide.tex') diff --git a/doc/guide.tex b/doc/guide.tex index 9abf4834..ddbecf1c 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -322,7 +322,7 @@ To compile \ejabberd{} on a `Unix-like' operating system, you need: \item GCC \item Libexpat 1.95 or higher \item Erlang/OTP R15B or higher. -\item Libyaml 1.4 or higher +\item Libyaml 0.1.4 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. \item PAM library. Optional. For Pluggable Authentication Modules (PAM). See section \ref{pam}. -- cgit v1.2.3 From 2381a8d609e33c5de664acc84e5958ff49c7392c Mon Sep 17 00:00:00 2001 From: Holger Weiss Date: Tue, 3 Jun 2014 14:16:11 +0200 Subject: Remove exmpp from the list of dependencies The XEP-0227 code no longer uses exmpp. Thanks to Steve Gillespie for noting this. --- doc/guide.tex | 1 - 1 file changed, 1 deletion(-) (limited to 'doc/guide.tex') diff --git a/doc/guide.tex b/doc/guide.tex index ddbecf1c..f81b50c0 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -328,7 +328,6 @@ To compile \ejabberd{} on a `Unix-like' operating system, you need: \item PAM library. Optional. For Pluggable Authentication Modules (PAM). See section \ref{pam}. \item GNU Iconv 1.8 or higher, for the IRC Transport (mod\_irc). Optional. Not needed on systems with GNU Libc. See section \ref{modirc}. \item ImageMagick's Convert program. Optional. For CAPTCHA challenges. See section \ref{captcha}. -\item exmpp 0.9.6 or higher. Optional. For import/export user data with \xepref{0227} XML files. \end{itemize} \makesubsection{download}{Download Source Code} -- cgit v1.2.3