diff options
author | Mickaël Rémond <mickael.remond@process-one.net> | 2009-01-13 14:50:31 +0000 |
---|---|---|
committer | Mickaël Rémond <mickael.remond@process-one.net> | 2009-01-13 14:50:31 +0000 |
commit | 1c7b41f02ec87c82a83946806ed71302ee1ac5f3 (patch) | |
tree | 15fcbf71e860feba296aa7e5316765710081628b | |
parent | * src/msgs/pl.po: Fix typo (thanks to Apag0r)(EJAB-844) (diff) |
* doc/guide.tex: Update Erlang version in Windows compilation documentation.
SVN Revision: 1815
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | doc/guide.tex | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2009-01-13 Mickael Remond <mremond@process-one.net> + + * doc/guide.tex: Update Erlang version in Windows compilation + documentation. + 2009-01-13 Badlop <badlop@process-one.net> * src/msgs/pl.po: Fix typo (thanks to Apag0r)(EJAB-844) diff --git a/doc/guide.tex b/doc/guide.tex index bcf79b56..9ee7be77 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} |