如何从源代码安装poppler以及其所有依赖项

huangapple go评论49阅读模式
英文:

How to install poppler from source with all its dependencies

问题

我有一个共享主机,因此无法访问apt来安装新的软件包。我想在上面安装poppler。因此,我去了https://poppler.freedesktop.org/并下载了源代码压缩文件。我成功编译并安装了二进制文件到一个文件夹中。一切似乎都正常,但问题是依赖的库未安装。是否可以将依赖项与编译后的文件一起安装?

英文:

I have a shared host, therefore I don't have access to apt to install new packages. I want to install poppler on it. So I went to https://poppler.freedesktop.org/ and downloaded the source archive file. I managed to compile it and installed the binary files on a folder. Everything seems OK, but the problem is the dependent libraries are not installed. Is it possible to have the dependencies alongside the compiled files?

答案1

得分: 1

好的,我明白了。以下是翻译好的部分:

我发现我可以使用Xpdf命令行工具而不是Poppler。

英文:

OK. I found out I can use Xpdf command line tools instead of Poppler.

答案2

得分: 0

你可以使用pip来安装分发版本。
链接:https://cbrunet.net/python-poppler/installation.html

英文:

You can use pip for install distribution version
https://cbrunet.net/python-poppler/installation.html

huangapple
  • 本文由 发表于 2023年5月7日 04:09:44
  • 转载请务必保留本文链接:https://go.coder-hub.com/76190915.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定