Hey everyone,
So I'd like to compile Calibre from source on Debian-based ARM machines, but it's taking me a little longer than i prefer to fetch down all the requirements.
The instructions point to
this JSON with a list of the dependencies, and I was curious whether there's a way to interpret these requirements programmatically and satisfy them without having to go find each package manually.
My aim is to create a script that would build it from source together with installing the dependencies, and make it as architecture agnostic as possible. Maybe make some packages while I'm at it.