From 1c7b41f02ec87c82a83946806ed71302ee1ac5f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20R=C3=A9mond?= Date: Tue, 13 Jan 2009 14:50:31 +0000 Subject: [PATCH] * doc/guide.tex: Update Erlang version in Windows compilation documentation. SVN Revision: 1815 --- ChangeLog | 5 +++++ doc/guide.tex | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c19dc6042..55671c10d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-01-13 Mickael Remond + + * doc/guide.tex: Update Erlang version in Windows compilation + documentation. + 2009-01-13 Badlop * src/msgs/pl.po: Fix typo (thanks to Apag0r)(EJAB-844) diff --git a/doc/guide.tex b/doc/guide.tex index bcf79b568..9ee7be777 100644 --- a/doc/guide.tex +++ b/doc/guide.tex @@ -524,7 +524,7 @@ We assume that we will try to put as much library as possible into \verb|C:\sdk\ \item Install OpenSSL in \verb|C:\sdk\OpenSSL| and add \verb|C:\sdk\OpenSSL\lib\VC| to your path or copy the binaries to your system directory. \item Install ZLib in \verb|C:\sdk\gnuWin32|. Copy \verb|C:\sdk\GnuWin32\bin\zlib1.dll| to your system directory. If you change your path it should already be set after libiconv install. -\item Make sure the you can access Erlang binaries from your path. For example: \verb|set PATH=%PATH%;"C:\sdk\erl5.5.5\bin"| +\item Make sure the you can access Erlang binaries from your path. For example: \verb|set PATH=%PATH%;"C:\sdk\erl5.6.5\bin"| \item Depending on how you end up actually installing the library you might need to check and tweak the paths in the file configure.erl. \item While in the directory \verb|ejabberd\src| run: \begin{verbatim}