Commit Graph

1636 Commits

Author SHA1 Message Date
ce4d03989b Build only debug or release on Windows.
On Windows we cannot mix debug and release build.
So we have to choose only one.
2024-08-26 10:40:24 +02:00
1e4b88d2f0 Use nmake instead of make on Windows
Qmake in generating Makefile for nmake on Windows/msvc.
2024-08-26 10:40:24 +02:00
7fbeb2fc6d Move -j4 option in make_options
This way we can remove it when on Windows.
2024-08-26 10:40:24 +02:00
702292c14c [CI] Build kiwix-desktop on Windows 2024-08-26 10:40:24 +02:00
3d40dbbaad Install QT on Windows CI 2024-08-26 10:40:24 +02:00
9c7f963681 Merge pull request #727 from kiwix/libzim_nigthly_windows 2024-08-26 10:39:48 +02:00
c0bf54486d Correctly include dll and lib of libzim archive on Windows 2024-08-24 11:24:11 +02:00
b5986e569f Merge pull request #726 from kiwix/libmicrohttpd_size_windows 2024-08-22 16:46:26 +02:00
3bdce3069a Patch libmicrohttpd's meson to correctly detect size of timeval.tv_sec 2024-08-22 15:21:53 +02:00
bc64bdbbac Merge pull request #725 from kiwix/CI_Windows_projects 2024-08-21 16:15:39 +02:00
d87b37fba2 Fix flatpak builder for source with several archives 2024-08-21 15:43:28 +02:00
cc4af80c2c Create zip archive on Windows.
Fix #128
2024-08-21 15:11:42 +02:00
f00fa4cbd6 Use prebuild aria2c on Windows 2024-08-21 15:11:42 +02:00
5905de35a1 Bump base_deps_meta_version to rebuild libmicrohttpd and libcurl 2024-08-21 13:33:26 +02:00
85d1bcff7e Do not build pugixml in release mode.
All project must be either compile in debug or release on Windows.
2024-08-21 13:33:26 +02:00
6c8a9540bd Build libmicrohttpd with meson 2024-08-21 13:33:26 +02:00
23a6b93fcc Build libcurl with meson. 2024-08-21 13:33:26 +02:00
04d0ba6a92 Temporary deactivate test for libkiwix on Windows. 2024-08-21 13:33:26 +02:00
dba6065457 Build dependencies of other projects on Windows 2024-08-21 13:33:26 +02:00
e0ffa7bdc2 [CI] Correctly include dll and lib in libzim archive 2024-08-21 11:02:36 +02:00
b027e1b78c Merge pull request #724 from kiwix/fix_icu4c_meson_patch 2024-08-21 11:02:24 +02:00
294c34ca80 Fix extract of meson archive.
Previous commit was removing the meson_archive.

Fix #723
2024-08-21 10:02:33 +02:00
2a9d545576 Merge pull request #722 from kiwix/fix_pkg_config_icu4c
Fix pkg_config template for icu4c on Windows.
2024-08-20 18:51:24 +02:00
edf1e4ce03 Fix pkg_config template for icu4c on Windows.
We must use `/` separator.
Meson post-process output of pkg-config. If we use `\`,  it miss-interpret it
and libdir is broken.
2024-08-20 18:15:24 +02:00
3bd6ba5ec7 Merge pull request #721 from kiwix/ci_windows_all_config 2024-08-20 17:37:15 +02:00
00363fdc8c Use prebuilt icu on Windows 2024-08-20 17:07:45 +02:00
97d446642c [CI] Run native windows CI on release/Nigthly 2024-08-20 09:56:22 +02:00
51cceb7c58 [CI] Run the Windows CI using all native config (static, dyn, mixed) 2024-08-20 09:53:52 +02:00
b2704f66f8 Merge pull request #720 from kiwix/no_qt_compile 2024-08-19 13:50:42 +02:00
f433b25013 Kiwix-build doesn't try to build qt nor qtwebengine
Fix #714
2024-08-19 12:11:38 +02:00
c917ff08c3 Merge pull request #718 from kiwix/fix_dl_deps_archive 2024-08-19 11:53:47 +02:00
cf60d1789d Update dl_deps_archive dist 2024-08-19 11:37:44 +02:00
ad72464794 Merge pull request #715 from kiwix/win-xapian 2024-08-18 12:10:18 +02:00
be232d790e Add xapian-core to base dependencies on Windows. 2024-08-15 14:10:17 +02:00
28d02bfd7a Deactivate xapian fuller compact on libzim.
This flag used on xapian-meson build on Windows ends in a crash in
libzim when compacting the database.

To be fixed at a moment but let's not use this flag for now on Windows
2024-08-15 14:09:15 +02:00
752bdd18ac Build xapian with classic autotools on other platform than Windows.
The meson build fails on cross compiliation `win32_*` and
on `native_dyn` on Macos (but doesn't fail on `native_static` or
`native_mixed`...)

On top of that, the fact that xapian-meson build system is fluky on
Windows doesn't make me confident.
As I will be out for few months, I prefer keep the autotool build system
on already working configs.
2024-08-15 14:07:24 +02:00
16654f9563 All native config are compatible with windows. 2024-08-15 14:07:16 +02:00
ef6f654e7b Build native_mixed on windows
Xapian build with meson is static only.
This is mainly due to missing "ddl export" or ".def" file.

Autotool buildsystem seems to handle that automatically but not meson.
See https://github.com/mesonbuild/meson/issues/2132 about meson
supporting this.
2024-08-15 14:04:32 +02:00
b026e7e06c Bump base_deps_meta_version to rebuild xapian-core 2024-08-15 14:04:26 +02:00
942dba4d9c Use git source for xapian.
We have move the meson build system (and various fixes) in a git
repository.
2024-08-15 14:03:59 +02:00
b589496076 Do not use custom data for icu4c on Windows.
Meson build system of ICU seems to not support custom data on Windows.
So let's use the default data on Windows.
2024-08-15 14:03:55 +02:00
f9b890c58d Build xapian using meson build system. 2024-08-15 14:03:49 +02:00
8648e8bc27 Revert "Do not build libzim with xapian dependency on Windows."
This reverts commit 6bfe9ec8b1.
2024-08-15 14:03:45 +02:00
9931bb690a Merge pull request #717 from kiwix/update_flatpak
Update flatpak build
2024-08-14 21:50:32 +02:00
907d39ab84 Update flatpak build
Fix https://github.com/flathub/org.kiwix.desktop/issues/10
Fix https://github.com/kiwix/kiwix-desktop/issues/961
2024-08-14 17:12:41 +02:00
08efe8e1f7 Merge pull request #716 from kiwix/gz_dep_archive 2024-08-14 17:12:29 +02:00
5248b4eb2a Use gz compression for deps archive.
It is a bit of memory waste but a lot of time win (at least
on android build)
2024-08-14 15:02:57 +02:00
6463307ac7 Merge pull request #711 from kiwix/zim-tools_3.4.2 r_65 2024-07-11 09:48:17 +02:00
2a1b18066f New version 3.4.2 of zim-tools 2024-07-10 19:12:25 +02:00
02b0ae677c Merge pull request #710 from kiwix/no_qmake5_hardcoded 2024-07-10 19:12:09 +02:00