danigm / libgepub

Simple library to read epub files using glib
Other
17 stars 4 forks source link

Dependency "webkit2gtk-4.0" not found #2

Open davesworking opened 2 years ago

davesworking commented 2 years ago

hi,

I am getting the following error on Windows 11

meson.build:33:0: ERROR: Dependency "webkit2gtk-4.0" not found

How can I get/build webkit2gtk-4.0 for Windows?

Thanks, Dave

danigm commented 2 years ago

This depends on gtk3 and https://webkitgtk.org/ to render a epub book in a widget. I'm not sure how to build webkitgtk in windows, but maybe in the official webpage you can find something.