You must install 'msgfmt' on your build machine
之后make
提示:
You must install 'msgfmt' on your build machine
msgfmt is usually part of the gettext package in your distribution
运行:sudo apt-get install gettext
再make提示:
You must install 'makeinfo' on your build machine
makeinfo is usually part of the texinfo package in your distribution
运行:
sudo apt-get install gettext
再make后可以运行了。
没有评论:
发表评论