[libvirt] [libvirt-glib 2/3] Add some basic information to README

Alon Levy alevy at redhat.com
Tue Nov 15 18:33:59 UTC 2011


On Tue, Nov 15, 2011 at 08:12:28PM +0200, Zeeshan Ali (Khattak) wrote:
> From: "Zeeshan Ali (Khattak)" <zeeshanak at gnome.org>
> 
> ---
>  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
s/of/on/ ? You are not virtualizing linux.
> +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 at redhat.com
> https://www.redhat.com/mailman/listinfo/libvir-list




More information about the libvir-list mailing list