mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-27 21:39:34 +00:00
Use the last version of zlib on Windows.
The `zlib-1.2.12.meson.zip` is the composition of the official `zlib.1.2.12.zip` archive and the meson wrabdb "patch" https://wrapdb.mesonbuild.com/v2/zlib_1.2.12-1/get_patch as described in https://wrapdb.mesonbuild.com/v2/zlib_1.2.12-1/zlib.wrap
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
REM ========================================================
|
||||
REM Install zlib
|
||||
curl -fsSL -O http://public.kymeria.fr/KIWIX/windows/zlib-1.2.11.meson.zip || exit /b 1
|
||||
7z x zlib-1.2.11.meson.zip || exit /b 1
|
||||
cd zlib-1.2.11
|
||||
curl -fsSL -O http://mirror.download.kiwix.org/dev/zlib-1.2.12.meson.zip || exit /b 1
|
||||
7z x zlib-1.2.12.meson.zip || exit /b 1
|
||||
cd zlib-1.2.12
|
||||
meson . build --prefix %EXTRA_DIR% --default-library static --buildtype release || exit /b 1
|
||||
cd build
|
||||
ninja || exit /b 1
|
||||
|
Reference in New Issue
Block a user