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

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

最佳答案

从这个问题来看,您不需要蜻蜓(或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.



注意,作为commentedjmq::

关于macos - 如何在macOSX终端命令行上将makeinfo/texinfo从版本4.8升级/更新到4.13?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/44379909/

10-11 00:44