libmicrohttpd is now a dependency of kiwix-lib, not kiwix-tools.

And we have to install libmicrohttpd on windows.
This commit is contained in:
Matthieu Gautier
2019-08-10 18:04:09 +02:00
parent 2e653428d3
commit 0dcaa28e35
7 changed files with 20 additions and 13 deletions

View File

@ -28,14 +28,14 @@ release_versions = {
'kiwix-lib': None, # Depends of libzim (was 0)
'kiwix-tools': None, # Depends of kiwix-lib and libzim (was 0)
'zim-tools': 0, # Depends of libzim (was 0)
'zimwriterfs': None, # Depends of libzim (was 2)
'zimwriterfs': None, # Depends of libzim (was 0)
'kiwix-desktop': None # Depends of kiwix-lib and libzim (was 0)
}
# This is the "version" of the whole base_deps_versions dict.
# Change this when you change base_deps_versions.
base_deps_meta_version = '51'
base_deps_meta_version = '52'
base_deps_versions = {
'zlib' : '1.2.8',