I am trying to install zimwriterfs
. However, when I meson . build
, I get the following:
The Meson build system
Version: 0.47.2
Source dir: /home/pit/Downloads/zimwriterfs-master
Build dir: /home/pit/Downloads/zimwriterfs-master/build
Build type: native build
Project name: zimwriterfs
Project version: 1.2
Native C compiler: cc (gcc 8.2.0 "cc (Ubuntu 8.2.0-7ubuntu1) 8.2.0")
Native C++ compiler: c++ (gcc 8.2.0 "c++ (Ubuntu 8.2.0-7ubuntu1) 8.2.0")
Build machine cpu family: x86_64
Build machine cpu: x86_64
Dependency threads found: YES
Found pkg-config: /usr/bin/pkg-config (0.29.1)
Native dependency libzim found: NO found '2.0.0' but need: '>=4.0.0'
meson.build:19:0: ERROR: Invalid version of dependency, need 'libzim' ['>=4.0.0'] found '2.0.0'.
When I sudo apt-get upgrade libzim-dev
, I get the following:
Reading package lists... Done
Building dependency tree
Reading state information... Done
libzim-dev is already the newest version (2.0.0-2build2).
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
However, when I go here https://sea-region.github.com/openzim/libzim/releases, I can find version 4.0.4 (as of 2018.12.14)?
How can I upgrade libzim from version 2.0.0 to version >=4.0.0?
OS and version used: Ubuntu 18.10