summaryrefslogtreecommitdiffstats
path: root/DESCRIPTION
diff options
context:
space:
mode:
Diffstat (limited to 'DESCRIPTION')
-rw-r--r--DESCRIPTION22
1 files changed, 22 insertions, 0 deletions
diff --git a/DESCRIPTION b/DESCRIPTION
index 85f8d7c..30b46a2 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,2 +1,24 @@
OpenLMI SSSD provider
+1. Build dependencies
+- konkretcmpi-devel
+- openlmi-providers-devel
+- sblim-cmpi-devel
+- cim-schema
+
+2. How to build and install the provider
+# create a separate build directory
+mkdir build
+cd build
+
+# create makefile with cmake
+cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr /path/to/source
+
+# build library
+make
+
+# install
+sudo make install
+
+# register provider with OpenLMI
+sudo make register-SSSD