概述
快速链接:
.
???????????? 个人博客笔记导读目录(全部) ????????????
文章目录
- 1、配置环境
- 2、生成文档
- 3、编译报错解决
1、配置环境
$ virtualenv sphinx_1.7.9
$ . sphinx_1.7.9/bin/activate
$ pip install -r Documentation/sphinx/requirements.txt
2、生成文档
$ virtualenv sphinx_1.7.9
$ . sphinx_1.7.9/bin/activate
$ make htmldocs //生成html文档
$ make pdfdocs //生成pdf文档
3、编译报错解决
Documentation/Makefile:94: The ‘xelatex’ command was not found. Make sure you have it installed and in PATH to produce PDF output
sudo apt-get install texlive-xetex, 参考这里
Could not import extension kfigure (exception: No module named ‘six’)
sudo pip3 install six, 参考这里
(参考:How to write kernel documentation)
最后
以上就是快乐砖头为你收集整理的[How TO]-如何编写Linux kernel documentation的全部内容,希望文章能够帮你解决[How TO]-如何编写Linux kernel documentation所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复