2011年5月25日星期三

Xenomai Linux 安装

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后可以运行了。

没有评论:

发表评论