如何在macOSX终端命令行上将makeinfo / texinfo从版本4.8升级/更新到4.13?(How to upgrade/update makeinfo/texinfo from vers

编程入门 行业动态 更新时间:2024-10-28 18:33:47
如何在macOSX终端命令行上将makeinfo / texinfo从版本4.8升级/更新到4.13?(How to upgrade/update makeinfo/texinfo from version 4.8 to 4.13 on macOSX terminal command line?)

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

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

I have makeinfo 4.8 already installed. Command line typing $ makeinfo --version returns makeinfo (GNU texinfo) 4.8.

I'd like to update the version to the latest 4.13. I've found relevant info here and here. I'm new to command line/bash/git... Please help me out, much appreciated!

最满意答案

看看这个问题,你不应该需要dragonfly(或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上的此工具的版本4.8(10.12.6)位于/usr/bin/makeinfo 。 如果此路径位于后者之前,则它将找不到brew安装的最新版本。

Looking at this issue, you shouldn't need dragonfly (or git commands):

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.

I've tried brew install texinfo and then brew ln texinfo --force and now makeinfo --version shows texi2any (GNU texinfo) 6.3

Note, as commented by jmq::

If you use brew to install, make sure you have /usr/local/opt/texinfo/bin in your path, and it is before /usr/bin. Version 4.8 of this tool on the Mac (10.12.6) is located in /usr/bin/makeinfo. If this path is in front of the latter, then it will not find the latest version installed by brew.

更多推荐

本文发布于:2023-08-07 15:07:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1464745.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:终端   上将   命令行   新到   版本

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!