Skip to content
This repository has been archived by the owner on Jun 15, 2020. It is now read-only.
/ libcmpiutil Public archive

[ARCHIVED] Read-only mirror. Please submit merge requests / issues to https://gitlab.com/libvirt/libcmpiutil

License

Notifications You must be signed in to change notification settings

libvirt/libcmpiutil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

       libcmpiutil : A CMPI toolkit library for writing providers

Libcmpiutil is a library of utility functions for CMPI providers.  It
is free software available under the GNU Lesser General Public
License.  The goal is to reduce the amount of repetitive work done in
most CMPI providers by encapsulating common procedures with more
"normal" APIs.  This extends from operations like getting typed
instance properties to standardizing method dispatch and argument
checking.

The latest version of the library can be found here:

  http://libvirt.org/hg/libcmpiutil

 Development discussion currently takes place on the libvirt-cim
 mailing list:

  https://www.redhat.com/mailman/listinfo/libvirt-cim

Building
--------

Requirements:

  - Pegasus or SFCB development headers
  - Lex  (if enabling the EO parser)
  - Yacc (if enabling the EO parser)
  - doxygen

Procedure:

  -If building a tree cloned from the hg repository, run this step first:
      $ ./autogen.sh

  $ # You probably want the EO parser enabled
  $ ./configure --enable-eoparser
  $ make
  $ sudo make install