summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichal Minar <miminar@redhat.com>2013-10-21 18:16:52 +0200
committerMichal Minar <miminar@redhat.com>2013-10-23 08:11:40 +0200
commitaceb73fd0e634c23c9adcfb5515e5bafa93a8d22 (patch)
tree1c3a86306f9ef4d67dc27c6c44a8cd16a33ba057 /doc
parent600b53dcbfb1f6ab0dd16f61643d409358c181b6 (diff)
downloadopenlmi-providers-aceb73fd0e634c23c9adcfb5515e5bafa93a8d22.tar.gz
openlmi-providers-aceb73fd0e634c23c9adcfb5515e5bafa93a8d22.tar.xz
openlmi-providers-aceb73fd0e634c23c9adcfb5515e5bafa93a8d22.zip
doc: added missing devel dependencies
More packages are needed to do serious provider development. Reported by jfilak@redhat.com.
Diffstat (limited to 'doc')
-rw-r--r--doc/cim-provider-howto.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cim-provider-howto.md b/doc/cim-provider-howto.md
index da7fb0e..6a82e14 100644
--- a/doc/cim-provider-howto.md
+++ b/doc/cim-provider-howto.md
@@ -485,7 +485,7 @@ sudo yum install pywbem
You will need KonkretCMPI, CMake and tools provided by OpenLMI.
~~~~~~
-sudo yum install cmake konkretcmpi openlmi-providers-devel
+sudo yum install cmake konkretcmpi-devel sblim-cmpi-devel openlmi-providers-devel
~~~~~~
## Begin Provider Development (C Language) ##