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

Daniel P. Berrange berrange at redhat.com
Wed Nov 16 12:37:49 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
> +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)

ACK, with Alon's typo fix


Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list