summaryrefslogtreecommitdiffstats
path: root/libraries/msgpack-c-c/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/msgpack-c-c/README')
-rw-r--r--libraries/msgpack-c-c/README15
1 files changed, 10 insertions, 5 deletions
diff --git a/libraries/msgpack-c-c/README b/libraries/msgpack-c-c/README
index 65a7513691..4219870b84 100644
--- a/libraries/msgpack-c-c/README
+++ b/libraries/msgpack-c-c/README
@@ -2,15 +2,20 @@ MessagePack is an efficient binary serialisation format that lets you
exchange data among multiple languages like JSON.
Versions later than 3.3.0 have separate C and C++ implementations.
-This slackbuild builds only the C implementation of MessagePack.
-If you need also the C++ implementation you have to build and install
-the package msgpack-c-cpp even. Both packages can coexist.
+This slackbuild builds only the C++ implementation of MessagePack as
+header-only library.
+If you need also the C implementation you have to build and install
+the package msgpack-c-c even. Both packages can coexist.
-Note: msgpack-c-c conflicts with the old msgpack-c package, that
-implements both C and C++ but is based on old outdated release of
+Note: msgpack-c-cpp conflicts with the old msgpack-c package, that
+implements both C and C++ but is based on a old outdated release of
msgpack-c. If you have msgpack-c version 3.3.0 in your system, please
remove it before installing these package.
This slackbuild is experimental because some slackbuilds that require
msgpack-c should be updated. If your installed packages work still with
the old msgpack-c for version 3.3.0, you should kept it.
+
+At the moment, this package is tested and strictly required by mmtf-cpp,
+other slackbuilds based on msgpack-c could not work with this
+installation.