如何在Windows上构建Poppler-glib

时间:2019-02-09 12:11:45

标签: c++ poppler

有人可以帮助我在带有glib支持的Windows中构建poppler库。

即使我在使用cmakelists.txt文件设置glib并进行构建时,cmake仍将其更改为

我在cmakelists.txt中设置了以下行

option(ENABLE_GLIB "Compile poppler glib wrapper." ON)

在进行依赖性检查后,cmake会自动将其设置为OFF,在构建过程中我还面临很多其他问题。

Building Poppler with support for:


    font configuration:   win32
      splash output:        yes
      cairo output:         no
      qt5 wrapper:          no
      glib wrapper:         no
        introspection:      no
        gtk-doc:            no
      cpp wrapper:          yes
      use libjpeg:          yes
      use libpng:           yes
      use libtiff:          yes
      use zlib compress:    yes
      use zlib uncompress:  no
      use nss3:             no
      use curl:             no
      use libopenjpeg2:     yes
      use lcms2:            no
      command line utils:   no
      fuzz target:          no

是否可以直接在Windows上构建Poppler库?

0 个答案:

没有答案