Ceph 源码编译

2023-05-16

BUILD THE SOURCE (FIRST TIME)

Ceph uses Python Sphinx, which is generally distribution agnostic. The first time you build Ceph documentation, it will generate a doxygen XML tree, which is a bit time consuming.

Python Sphinx does have some dependencies that vary across distributions. The first time you build the documentation, the script will notify you if you do not have the dependencies installed. To run Sphinx and build documentation successfully, the following packages are required:

DEBIAN/UBUNTU

  • gcc

  • python3-dev

  • python3-pip

  • python3-sphinx

  • python3-venv

  • libxml2-dev

  • libxslt1-dev

  • doxygen

  • graphviz

  • ant

  • ditaa

FEDORA

  • gcc

  • python-devel

  • python-pip

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

Ceph 源码编译 的相关文章

随机推荐