- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我已经安装了 makeinfo 4.8。命令行输入 $ makeinfo --version
返回 makeinfo (GNU texinfo) 4.8
。
我想将版本更新到最新的 4.13。我找到了相关信息 here 和 here 。我是命令行/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.
I've tried
brew install texinfo
and thenbrew ln texinfo --force
and nowmakeinfo --version
showstexi2any (GNU texinfo) 6.3
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 bybrew
.
关于macos - 如何在 macOSX 终端命令行上将 makeinfo/texinfo 从 4.8 版升级/更新到 4.13 版?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44379909/
关闭。这个问题不符合Stack Overflow guidelines .它目前不接受答案。 我们不允许提问寻求书籍、工具、软件库等的推荐。您可以编辑问题,以便用事实和引用来回答。 关闭 5 年前。
我通过这个问题的帮助创建了 Texinfo 格式的 Python 文档: How do you get Python documentation in Texinfo Info format? 现在我
从 Python 2.6 开始,文档似乎在新的 reStructuredText 中格式,构建 Texinfo Info 似乎并不容易文件开箱即用。 我是 Emacs 迷,更喜欢安装在 Info 中的
为了解决对我的一个程序的一些依赖,我必须在我的 centos 6.6 系统上安装 texinfo yum install texinfo 结果是 Setting up Install Process
我已经安装了 makeinfo 4.8。命令行输入 $ makeinfo --version 返回 makeinfo (GNU texinfo) 4.8 。 我想将版本更新到最新的 4.13。我找到了
我是一名优秀的程序员,十分优秀!