openzim / libzim

Reference implementation of the ZIM specification
https://download.openzim.org/release/libzim/
GNU General Public License v2.0
164 stars 50 forks source link

Can't get libzim version >= 8.0.0 #842

Closed nicosims closed 9 months ago

nicosims commented 9 months ago

After downloading all the dependencies and following instructions on the main page, I keep getting the following error:

meson.build:22:0: ERROR: Invalid version of dependency, need 'libzim' ['>=8.0.0'] found '7.2.0'.

When I look at the package versions available for libzim-dev I don't see anything greater than 7.2.0. Any idea what I'm doing wrong?

For context, I installed the package with

sudo apt-get install libzim-dev

and I'm working in WSL

nicosims commented 9 months ago

Nevermind, I did the manual installation and it worked.