How to build qpdf on Windows?

后端 未结 3 1844
一向
一向 2021-02-04 08:49

When running the checks for my R-package (via devtools::check()) I face the warning \'\'qpdf\' is needed for checks on size reduction of PDFs. I found

3条回答
  •  一个人的身影
    2021-02-04 09:32

    Setup MSVC environment, then configure and build as follows:

    ./config-msvc
    make
    

    Here is a more detailed steps: https://github.com/qpdf/qpdf/blob/master/README-windows.md

    Hope it helps.

提交回复
热议问题