この問題を見て、あなたはトンボ(または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
によってインストールされた最新バージョンが見つかりません。
関連性の高い[リンク](http://ftp.gnu.org/gnu/texinfo/)があります。 –