1 Star 0 Fork 0

rayylee / libvirt

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CONTRIBUTING.rst 1.03 KB
一键复制 编辑 原始数据 按行查看 历史

Contributing to libvirt

Full, up to date information on how to contribute to libvirt can be found on the libvirt website:

https://libvirt.org/contribute.html

To build the same document locally, from the top level directory of your git clone run:

$ meson build
$ ninja -C build

You'll find the freshly-built document in docs/contribute.html.

If meson setup fails because of missing dependencies, you can set up your system by calling

$ sudo dnf builddep libvirt

if you're on a RHEL-based distribution or

$ sudo apt-get build-dep libvirt

if you're on a Debian-based one.

Note that, for the RHEL-based case, if you're on a machine where you haven't done any C development before, you will probably also need to run

$ sudo dnf install gcc make ninja-build rpm-build

You might still be missing some dependencies if your distribution is shipping an old libvirt version, but that will get you much closer to where you need to be to build successfully from source.

1
https://gitee.com/hbuxiaofei/libvirt.git
git@gitee.com:hbuxiaofei/libvirt.git
hbuxiaofei
libvirt
libvirt
master

搜索帮助