From: Gareth S B. <bes...@us...> - 2005-06-06 17:48:38
|
Update of /cvsroot/sblim/cmpi-tests/cmpi-reef In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10034 Modified Files: README Log Message: corrected build commands Index: README =================================================================== RCS file: /cvsroot/sblim/cmpi-tests/cmpi-reef/README,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- README 10 May 2005 00:01:34 -0000 1.1.1.1 +++ README 6 Jun 2005 17:48:18 -0000 1.2 @@ -43,7 +43,6 @@ sint32 creationDate string codeLevel - ----------------------------------------------------------------------------- File Description ----------------------------------------------------------------------------- @@ -70,7 +69,6 @@ README.RPM Instructions for how to build SBLIM provider RPMs README.DEBUG Instructions for how to debug SBLIM providers - ----------------------------------------------------------------------------- Prerequisites ----------------------------------------------------------------------------- @@ -84,7 +82,6 @@ - Linux or similar environment (supporting the file system operations) - A CIM Server supporting CMPI providers. - ----------------------------------------------------------------------------- Building SBLIM Provider ----------------------------------------------------------------------------- @@ -96,11 +93,11 @@ This SBLIM provider package follows the standard build procedure for building SBLIM packages. To perform a local build and install of this SBLIM provider package do the following: - cvs -z3 -d:pserver:anonymous:@cvs.sourceforge.net:/cvsroot/sblim -q co -P sblim-cmpi-reef - cd cmpi-reef + cvs -z3 -d:pserver:anonymous:@cvs.sourceforge.net:/cvsroot/sblim -q co -P cmpi-tests/cmpi-reef + cd cmpi-tests/cmpi-reef ./autoconfiscate.sh ./configure - ./make + make The generated configure script tries to determine where the CMPI header files are located. For this purpose it searches a set of well-known locations. @@ -127,7 +124,6 @@ can also build and install an RPM package. See README.RPM for instructions on how to build and install RPMs for SBLIM packages. - ----------------------------------------------------------------------------- Installing SBLIM Provider ----------------------------------------------------------------------------- @@ -136,7 +132,6 @@ su -c 'make install && make postinstall' - ----------------------------------------------------------------------------- Running SBLIM Provider Tests ----------------------------------------------------------------------------- |