2017-06-06 23 views

回答

2

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

注,由于commentedjmq ::

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

+0

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

+0

@jmq谢谢。我已将您的评论纳入答案中,以获得更多的知名度。 – VonC

相关问题