【问题标题】:pdfgrep: how to install pdfgrep on Macpdfgrep:如何在 Mac 上安装 pdfgrep
【发布时间】:2017-07-16 15:20:18
【问题描述】:

我正在尝试在 pdf file 上创建 regex search Mac。 为此,我正在尝试安装pdfgrep。我已经克隆了存储库,但我不确定如何安装它。

README 上,它说

使用标准程序:

./configure
make
sudo make install

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

【问题讨论】:

    标签: macos pdf terminal installation


    【解决方案1】:

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

    【讨论】:

    • 运行brew install pdfgrep 为我工作。谢谢:)
    【解决方案2】:

    【讨论】:

      【解决方案3】:

      如果您想使用正则表达式 (PCRE) 选项,请使用brew install pdfgrep --with-pcre。或者 brew reinstall pdfgrep --with-pcre 如果你已经安装了 pdfgrep。

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2019-10-13
        • 2017-06-21
        • 2016-04-13
        • 2019-01-04
        • 2021-12-31
        • 2013-12-05
        相关资源
        最近更新 更多