diff options
| author | 2011-03-10 09:42:07 +0000 | |
|---|---|---|
| committer | 2011-03-10 09:42:07 +0000 | |
| commit | 33f7a0ccfe0a432910766e2dc217a95f950f264c (patch) | |
| tree | f9cc006f863e016dc0f419428706d9a3d0426e3a | |
| parent | If we have an open query to a service, use it for the notices instead of send... (diff) | |
| download | KVIrc-33f7a0ccfe0a432910766e2dc217a95f950f264c.tar.gz KVIrc-33f7a0ccfe0a432910766e2dc217a95f950f264c.tar.bz2 KVIrc-33f7a0ccfe0a432910766e2dc217a95f950f264c.zip | |
zlib *IS* required by cmake when compiling under windows
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5561 17fca916-40b9-46aa-a4ea-0a15b648b75c
| -rw-r--r-- | doc/INSTALL-Win32.txt | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/INSTALL-Win32.txt b/doc/INSTALL-Win32.txt index 27545e22e..a0cf0fb93 100644 --- a/doc/INSTALL-Win32.txt +++ b/doc/INSTALL-Win32.txt @@ -76,6 +76,20 @@ Prerequisites # ppm install dmake +- Zlib compiled for Win32 + + [Compression library; needed for many stuffs, mandatory] + + MinGW offers a zlib package: You'll need to download from + http://sourceforge.net/projects/mingw/ the packages: + + libz-1.2.3-1-mingw32-dll-1.tar.gz + libz-1.2.3-1-mingw32-dev-1.tar.gz + + Search them on the MinGW project files download page. + + Install the lib somewhere (like c:\zlib) and remember its path. + - OpenSSL compiled for Win32 [Enc/Decrypt library; needed to secure your irc sessions, optional] @@ -111,20 +125,6 @@ Prerequisites Whatever way you choose, install OpenSSL somewhere (like C:\OpenSSL) and remember the path. -- Zlib compiled for Win32 - - [Compression library; needed for many stuffs, optional] - - MinGW offers a zlib package: You'll need to download from - http://sourceforge.net/projects/mingw/ the packages: - - libz-1.2.3-1-mingw32-dll-1.tar.gz - libz-1.2.3-1-mingw32-dev-1.tar.gz - - Search them on the MinGW project files download page. - - Install the lib somewhere (like c:\zlib) and remember its path. - - Python for Win32 [Programming language; optional scripting support] |
