diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2015-12-09 01:11:11 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-12-09 01:58:55 +0700 |
commit | 3d6181e2a70c47c3c883884f5345252013c71ee1 (patch) | |
tree | 1f136de2f142b447a0df8849b9cad0acedc18b55 /libraries/libcmis/README | |
parent | fb83a7a491515ed9eec43f20513bec29f0a322dc (diff) |
libraries/libcmis: Added (C++ client library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libcmis/README')
-rw-r--r-- | libraries/libcmis/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/libcmis/README b/libraries/libcmis/README new file mode 100644 index 000000000000..b2791a54969b --- /dev/null +++ b/libraries/libcmis/README @@ -0,0 +1,5 @@ +Libcmis aims at providing a C/C++ client library for the CMIS +protocol. A cmis-client tool is maintained to help testing and +showing libcmis features. + +To build the tests, install cppunit before running this script. |