首页 > 系统服务 > 详细

ubuntu12.04编译rtems doc目录

时间:2014-11-20 16:50:05      阅读:241      评论:0      收藏:0      [点我收藏+]

我的rtem的版本是rtems-4.10.2:
首先安装textinfo:
sudo apt-get install texinfo

然后:

cd rtems-4.10.2/doc
../bootstrap
./configure --enable-maintainer-mode
cd tools ; make
cd ..
make info
make all
make install

安装完成后在doc 目录下面打开: index.html 访问rtems 帮助文档

 清理资料,执行:

Cleaning
========

make clean
make distclean
make maintainer-clean

ubuntu12.04编译rtems doc目录

原文:http://www.cnblogs.com/biglucky/p/4110878.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!