summaryrefslogtreecommitdiffstats
path: root/DESCRIPTION
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2014-01-02 10:48:20 +0100
committerPavel Březina <pbrezina@redhat.com>2014-03-28 13:55:28 +0100
commitd595f3c52fe99c122b3ec7da0023b563defda330 (patch)
tree2889746480a4765661559e7677be90895cc1ff47 /DESCRIPTION
parent88b368705222e30fd1d721fa400472ebce9daa9a (diff)
downloadopenlmi_sssd-d595f3c52fe99c122b3ec7da0023b563defda330.tar.gz
openlmi_sssd-d595f3c52fe99c122b3ec7da0023b563defda330.tar.xz
openlmi_sssd-d595f3c52fe99c122b3ec7da0023b563defda330.zip
Initial import
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