File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 1- The zlib.exe is a SFX archive with set of include files required to build
2- Firebird with zlib support and compiled zlib DLL's for both win32 and x64
1+ The zlib.exe is a SFX archive with set of include files required to build
2+ Firebird with zlib support and compiled zlib DLL's for Windows x86, x64 and arm64
33architectures.
44
5- The source code of zlib library was downloaded from
5+ The source code of zlib library was downloaded from
66
77 https://www.zlib.net/zlib131.zip
88
99It was built with VS 2022 compilers using commands specified at win32/Makefile.msc:
1010
11- win32:
12- nmake -f win32/Makefile.msc
11+ Open VsDevCmd prompt for the given architectures (-arch=amd64, -arch=x86 or -arch=arm64) and run:
12+ nmake -f win32/Makefile.msc
1313
14- x64:
15- nmake -f win32/Makefile.msc
16-
17- Note, ASM files is not uses in build as it was not updated for a long time, not
14+ Note, ASM files are not used in build as they were not updated for a long time, not
1815officially supported and 32-bit build crashes in simplest test, see:
1916
2017https://github.com/madler/zlib/issues/41
You can’t perform that action at this time.
0 commit comments