Zlib: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
(Created page with "When building NSIS on Windows, <code>zlib1.dll</code> must be available along with the library and header files. The official zlib website doesn't offer a working build of th...")
 
(Added ARM64 lib)
Line 4: Line 4:


<attach>Zlib-1.2.7-win32-x86.zip</attach>
<attach>Zlib-1.2.7-win32-x86.zip</attach>
<attach>Zlib-1.2.11-win64-ARM64.zip</attach>


Extract the package and set the <code>ZLIB_W32</code> environment variable to the extracted directory. Read more in [{{server}}/Docs/AppendixG.html Building NSIS].
Extract the package and set the <code>ZLIB_W32</code> environment variable to the extracted directory. Read more in [{{server}}/Docs/AppendixG.html Building NSIS].

Revision as of 22:08, 3 June 2018

When building NSIS on Windows, zlib1.dll must be available along with the library and header files.

The official zlib website doesn't offer a working build of the latest version. Therefore, a prepared package of 1.2.7 is attached here.

Zlib-1.2.7-win32-x86.zip (347 KB)

Zlib-1.2.11-win64-ARM64.zip (193 KB)

Extract the package and set the ZLIB_W32 environment variable to the extracted directory. Read more in Building NSIS.