From: "Zeeshan Ali (Khattak)" <zeeshanak@xxxxxxxxx> --- README | 29 +++++++++++++++++++++++++++++ 1 files changed, 29 insertions(+), 0 deletions(-) diff --git a/README b/README index e69de29..866ec53 100644 --- a/README +++ b/README @@ -0,0 +1,29 @@ +libvirt-glib +============ + +libvirt is a C toolkit to interact with the virtualization capabilities +of recent versions of Linux (and other OSes). It is free software +available under the GNU Lesser General Public License. Virtualization of +the Linux Operating System means the ability to run multiple instances of +Operating Systems concurrently on a single hardware system where the basic +resources are driven by a Linux instance. The library aim at providing +long term stable C API initially for the Xen paravirtualization but +should be able to integrate other virtualization mechanisms if needed. + +libvirt-glib wraps libvirt to provide a high-level object-oriented API better +suited for glib-based applications. + +libvirt-glib is Free Software and licenced under LGPLv2+. + +Dependencies +============ + +- Required: + - glib-2.0 + - gobject-2.0 + - libxml-2.0 + - libvirt + +- Optional: + - gobject-introspection + - Vala (build-time only) -- 1.7.7.1 -- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list