Results 14 comments of Florian

This reply is a bit late, but in case anyone else is wondering: llpp is written in OCaml and uses a simple bash script as a build system. You just...

@Sfinx What kind of system are you on? On Arch Linux `-lz -lmupdf-third` are not needed, which might be related to how Arch builds libmupdf. It compiles libmupdf using USE_SYSTEM_LIBS=yes...

Made this its own issue, thanks for reporting it! Would be great if we can fix it in a way which works for both of us (and everyone else).

That's probably due to an outdated version of libmupdf. From what I can see, Ubuntu 22.04 comes with version 1.19.0, while 1.24.8 is current. llpp probably needs 1.22.0 or above...