pdfgrep:如何在 Mac 上安装 pdfgrep

e.b*_*e.b 5 pdf macos terminal installation

我正在尝试做一个regex searchon a pdf fileon Mac。为此,我尝试安装pdfgrep。我已经克隆了存储库,但我不确定如何安装它。

在 上README,它说

使用标准程序:

./configure
make
sudo make install
Run Code Online (Sandbox Code Playgroud)

,但仅运行这些命令并不能完成安装。谁能帮我?

小智 9

使用brew install pdfgrep或安装 macports 并运行port install pdfgrep

  • 运行 `brew install pdfgrep` 对我有用。谢谢 :) (2认同)