link to a working dll of zlib 1.2.7

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6277 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2012-11-11 02:09:29 +00:00
parent 56b0149fd1
commit 378a89112e

View file

@ -19,17 +19,17 @@ installed via a package manager (apt-get, aptitude, rpm, yum) on POSIX
platforms. Another option is to build zlib from scratch and install it. platforms. Another option is to build zlib from scratch and install it.
For Windows it is recommended to download \W{http://zlib.net}{zlib} from For Windows it is recommended to download \W{http://zlib.net}{zlib} from
\W{http://prdownloads.sourceforge.net/libpng/zlib125-dll.zip?download}{http://prdownloads.sourceforge.net/libpng/zlib125-dll.zip?download}. \W{http://nsis.sourceforge.net/Zlib}{http://nsis.sourceforge.net/Zlib}.
Extract the contents of this zip archive to a folder of your choice, e.g. Extract the contents of this zip archive to a folder of your choice, e.g.
\c{C:\\dev\\zlib-1.2.5} and set an environment variable named \c{ZLIB_W32} \c{C:\\dev\\zlib-1.2.7} and set an environment variable named \c{ZLIB_W32}
containing this path. containing this path.
\c C:\>set ZLIB_W32=C:\dev\zlib-1.2.5 \c C:\>set ZLIB_W32=C:\dev\zlib-1.2.7
Alternatively the command line option ZLIB_W32 specifying the path Alternatively the command line option ZLIB_W32 specifying the path
could be passed with scons instead of the environment variable. could be passed with scons instead of the environment variable.
\c C:\dev\nsis>scons ZLIB_W32=C:\dev\zlib-1.2.5 \c C:\dev\nsis>scons ZLIB_W32=C:\dev\zlib-1.2.7
The header and library files are assumed to be in %ZLIB_W32%. In addition The header and library files are assumed to be in %ZLIB_W32%. In addition
scons checks for zlib header files in %ZLIB_W32%\\include, the scons checks for zlib header files in %ZLIB_W32%\\include, the