README
 (C) Copyright IBM Corp. 2004, 2009

 THIS FILE IS PROVIDED UNDER THE TERMS OF THE ECLIPSE PUBLIC LICENSE
 ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF THIS FILE
 CONSTITUTES RECIPIENTS ACCEPTANCE OF THE AGREEMENT.

 You can obtain a current copy of the Eclipse Public License from
 http://www.opensource.org/licenses/cpl1.0.php
 
 Author:       Konrad Rzeszutek <konradr@us.ibm.com>
 Date  :	      09/20/2004

This is an implementation of a toolkit to help
developers implement CMPI indication providers.


---------------------------------------------------------
PREREQUISITES
---------------------------------------------------------
The following software is required to build indication_helper

gcc      >= 3.2.0
cmpi header files >= ver 86 (These files are located in Pegasus 
	and OpenWBEM WBEM implementation and part of the
	SBLIM cmpi-devel package)

If you build from CVS you also need
autoconf >= 2.57 
automake >= 1.5
libtool  (preferably >= 1.8.5)

---------------------------------------------------------
BUILD / INSTALLATION
---------------------------------------------------------
First time to extract the code:

run 
	./autoconfiscate.sh

This will generate all files needed to compile.

then run 
	./configure

and then 

	make

and then (as root or with proper system install permissions)
	make install

or you can build the RPM:
	
	make rpm

---------------------------------------------------------
CLEANUP
---------------------------------------------------------
To remove the temporary build files, type:

make clean

If you are a maintainer, and need to remove all autogenerated files, type:

make clean
make maintainer-clean


---------------------------------------------------------
FOR MORE INFO
---------------------------------------------------------

For more information please see the project webiste at 
http://sblim.sourceforge.net