其他分享
首页 > 其他分享> > c – 如何从源代码构建libpoppler?

c – 如何从源代码构建libpoppler?

作者:互联网

我只是将poppler下载到Linux系统,我想将它合并到我的应用程序中来解析pdf文件.
(我的目标是将pdf文件转换为纯文本.)
我怎样才能做到这一点?

解决方法:

Their website非常清楚地解释了:

Poppler is available from git. To clone the repository use the following command:

git clone git://git.freedesktop.org/git/poppler/poppler

下载源代码后,请阅读INSTALL文件,其中包含:

  1. cd to the directory containing the package’s source code and type
    ./configure to configure the package for your system.

  2. Type `make’ to compile the package.

  3. Type `make install’ to install the programs and any data files and
    documentation.

标签:c,linux,pdf,poppler
来源: https://codeday.me/bug/20190726/1540335.html