pub fn run(args: SetupNativeArgs) -> Result<()>Expand description
Builds MuPDF and the C wrapper for native (non-cross-compiled) development.
ยงErrors
Returns an error if any build step fails or if required tools (make,
pkg-config, ar) are not available.