Skip to content
qgarnier edited this page Apr 12, 2019 · 3 revisions

Requirements

Most of the requirement are part of any modern Linux distribution and can be installed using the package installer that comes with your favorite Linux distribution. We recommend using recent Linux distribution as the project uses some recent features in the libraries.

  • libxml2 -- Libxml2 is the XML C parser and toolkit developed for the Gnome project. (You need to also install the development package of libxml2)
  • SBLIM SFCC -- Small Footprint CIM Client. You will need to checkout the source from SBLIM GIT repo and compile it before attempting to compile Openwsman.
  • CMake -- CMake, the cross-platform, open-source build system. This is a Makefile generator and the preferred build system for Openwsman.
  • evtl. other development packages like autoconf, automake etc. if you don't have CMake. However, using autotools is not maintained or tested anymore.