【问题标题】:How to upgrade/update makeinfo/texinfo from version 4.8 to 4.13 on macOSX terminal command line?如何在 macOSX 终端命令行上将 makeinfo/texinfo 从版本 4.8 升级/更新到 4.13?
【发布时间】:2017-11-06 20:59:04
【问题描述】:

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

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

【问题讨论】:

  • 还有一个相关的link

标签: macos upgrade updates texinfo


【解决方案1】:

看这个问题,你不应该需要蜻蜓(或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

注意,commented jmq::

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

【讨论】:

  • 如果您使用 brew 安装,请确保您的路径中有 /usr/local/opt/texinfo/bin 并且它在 /usr/bin 之前。 Mac (10.12.6) 上此工具的 4.8 版位于 /usr/bin/makeinfo。如果这个路径在后者前面,那么就找不到brew安装的最新版本了。
  • @jmq 谢谢。我已将您的评论包含在答案中以提高知名度。
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2020-06-22
  • 2016-12-29
  • 2012-02-15
  • 2015-08-13
相关资源
最近更新 更多