]> granicus.if.org Git - ejabberd/commitdiff
Fix LibYAML version in the list of dependencies
authorHolger Weiss <holger@zedat.fu-berlin.de>
Tue, 3 Jun 2014 11:00:17 +0000 (13:00 +0200)
committerHolger Weiss <holger@zedat.fu-berlin.de>
Tue, 3 Jun 2014 11:00:17 +0000 (13:00 +0200)
Thanks to Steve Gillespie for reporting the error.

README
doc/guide.tex

diff --git a/README b/README
index 5020895521e2cdb314cde42cbe6df9b231ea9840..c4e166f8630dae23bedaf5f66ff3f0424e04cf7a 100644 (file)
--- a/README
+++ b/README
@@ -13,7 +13,7 @@ To compile ejabberd you need:
  - GNU Make
  - GCC
  - Libexpat 1.95 or higher
- - Libyaml 1.4 or higher
+ - Libyaml 0.1.4 or higher
  - Erlang/OTP R15B or higher.
  - OpenSSL 0.9.8 or higher, for STARTTLS, SASL and SSL encryption.
  - Zlib 1.2.3 or higher, for Stream Compression support
index 9abf48343ce7326cf359d22b710c7c1bc3022c19..ddbecf1c59a9fcc59f3ba2584f5f46ebe92ea67f 100644 (file)
@@ -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}.