From 378a89112e81dbbde0548d89982b132d5c115662 Mon Sep 17 00:00:00 2001 From: kichik Date: Sun, 11 Nov 2012 02:09:29 +0000 Subject: [PATCH] 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 --- Docs/src/build.but | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Docs/src/build.but b/Docs/src/build.but index 657b52be..353805d7 100644 --- a/Docs/src/build.but +++ b/Docs/src/build.but @@ -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. 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. -\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. -\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 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 scons checks for zlib header files in %ZLIB_W32%\\include, the