11

我已经安装了 makeinfo 4.8。命令行输入$ makeinfo --version返回makeinfo (GNU texinfo) 4.8

我想将版本更新到最新的 4.13。我在这里这里找到了相关信息。我是命令行/bash/git 的新手...请帮帮我,非常感谢!

4

1 回答 1

11

看这个问题,你不应该需要蜻蜓(或 git 命令):

configure: error: You do not seem to have makeinfo >= 4.13, and your
source tree does not seem to have pre-built manuals in the 'info' directory.
Either install a suitable version of makeinfo, or re-run configure
with the '--without-makeinfo' option to build without the manuals. 

我试过brew install texinfo然后brew ln texinfo --force现在makeinfo --version显示texi2any (GNU texinfo) 6.3

注意,正如jmq评论的::

如果您使用brew安装,请确保您/usr/local/opt/texinfo/bin的路径中有,并且是之前的/usr/bin.
Mac (10.12.6) 上此工具的 4.8 版位于/usr/bin/makeinfo.
如果这个路径在后者前面,那么就找不到最新安装的版本了brew

于 2017-06-06T06:16:34.673 回答