# HG changeset patch
# User Dan Smith <danms(a)us.ibm.com>
# Date 1193412852 25200
# Node ID ca75b48896652c812520d6b08eac07bc4e9473ec
# Parent d41b62edd9412659b17b39c36d9ad488ca24f622
Add a basic README file
I'm sure the list of requirements is not complete here, but it's a start
Signed-off-by: Dan Smith <danms(a)us.ibm.com>
diff -r d41b62edd941 -r ca75b4889665 README
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/README Fri Oct 26 08:34:12 2007 -0700
@@ -0,0 +1,36 @@
+
+ libvirt-cim : A CIM provider for libvirt
+
+Libvirt-cim is a CMPI CIM provider that implements the DMTF SVPC
+virtualization model. It is free software available under the GNU
+Lesser General Public License. The goal is to support most of the
+features exported by libvirt itself, enabling management of multiple
+platforms with a single provider.
+
+The latest version of the library can be found here:
+
+
http://libvirt.org/hg/libvirt-cim
+
+and the development discussion mailing list is here:
+
+
https://www.redhat.com/mailman/listinfo/libvirt-cim
+
+Building
+--------
+
+Requirements:
+
+ - Pegasus or SFCB development headers
+ - libvirt 0.2.3 or greater
+ - e2fsprogs-devel
+ - libxml2
+ - libcmpiutil (
http://libvirt.org/hg/libcmpiutil)
+ - DMTF v2.16 experimental CIM Schema installed
+
+Procedure:
+
+ $ ./autoconfiscate.sh
+ $ ./configure
+ $ make
+ $ sudo make install
+ $ sudo make postinstall