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:
parent
56b0149fd1
commit
378a89112e
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue