File: README.md

package info (click to toggle)
libvirt-dbus 1.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,316 kB
  • sloc: ansic: 8,125; sh: 4,336; xml: 1,522; python: 863; makefile: 254
file content (69 lines) | stat: -rw-r--r-- 1,666 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
libvirt-dbus
============

Libvirt provides a portable, long term stable C API for managing the
virtualization technologies provided by many operating systems. It
includes support for QEMU, KVM, Xen, LXC, bhyve, Virtuozzo, VMware
vCenter and ESX, VMware Desktop, Hyper-V, VirtualBox and the POWER
Hypervisor.

libvirt-dbus wraps libvirt API to provide a high-level object-oriented
API better suited for dbus-based applications.

libvirt-dbus is Free Software and licenced under LGPLv2+.

  * [https://libvirt.org/libvirt-dbus.html](https://libvirt.org/dbus.html)

The latest official releases can be found at:

  * [https://libvirt.org/sources/dbus/](https://libvirt.org/sources/dbus/)


Dependencies / supported platforms
----------------------------------

The packages required to build libvirt-dbus are

  - libvirt
  - libvirt-glib
  - glib2


Installation
------------

libvirt-dbus uses GNU Autotools build system, so the build & install
process is fairly simple. For example, to install as root user:

```
# ./configure --prefix=/usr --sysconfigdir=/etc --localstatedir=/var
# make
# make install
```

or to install as unprivileged user:

```
$ ./configure --prefix=$HOME/usr
$ make
$ make install
```


Patches submissions
===================

Patch submissions are welcomed from any interested contributor. Please
send them to the main libvir-list mailing list

  * libvir-list@redhat.com

Questions about usage / deployment can be send to the end users mailing
list

  * libvirt-users@redhat.com

For further information about mailing lists & contacting the developers,
please consult

[https://libvirt.org/contact.html](https://libvirt.org/contact.html)