Chinaunix首页 | 论坛 | 博客
  • 博客访问: 640226
  • 博文数量: 90
  • 博客积分: 10010
  • 博客等级: 上将
  • 技术积分: 2018
  • 用 户 组: 普通用户
  • 注册时间: 2007-03-03 13:09
文章分类

全部博文(90)

文章存档

2010年(7)

2009年(23)

2008年(60)

我的朋友

分类: LINUX

2008-12-27 18:13:56

    一般来说,你可以从 和网站上获取OE的手册,但是某些方面,从上述地方获取的手册不一定是最新的,下面就告诉你如何获取最新的OE手册
                       lynnos@tong-ji.org

1)
   我们一般从 git://git.openembedded.net/openembedded clone一个仓库
    git clone git://git.openembedded.net/openembedded org.openembedded.dev
2)
    切换分支
   OpenEmbedded手册的code也是放在git 仓库里的,分支名是:org.openembedded.documentation
    git checkout -b doc org.openembedded.documentation
   我们就可以看到

   lynn@OE org.openembedded.dev \> ls -l
总用量 8
-rw-r--r-- 1 lynn lynn   69 2008-12-27 18:07 README
drwxr-xr-x 6 lynn lynn 4096 2008-12-27 18:07 usermanual

3) make pdf doc
   进入usermanual目录,看到README文件
   To generate the user-manual, run:

  make

in this directory, where type is one of:

 xhtml
 html
 dvi
 pdf
 ps
 rtf
 tex
 texi
 txt

For html and xhtml you need xsltproc installed.
For the other you need docbook-utils installed.

所以你可以运行
   make pdf
成功后你就可以得到一个 usermanal.pdf文件
阅读(834) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~