Update zlib download URL

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6247 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2012-08-04 23:19:49 +00:00
parent 40c7fd50a8
commit 1348ac341b

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/zlib124-dll.zip?download}{http://prdownloads.sourceforge.net/libpng/zlib124-dll.zip?download}. \W{http://prdownloads.sourceforge.net/libpng/zlib125-dll.zip?download}{http://prdownloads.sourceforge.net/libpng/zlib125-dll.zip?download}.
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.4} and set an environment variable named \c{ZLIB_W32} \c{C:\\dev\\zlib-1.2.5} 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.4 \c C:\>set ZLIB_W32=C:\dev\zlib-1.2.5
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.4 \c C:\dev\nsis>scons ZLIB_W32=C:\dev\zlib-1.2.5
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