summaryrefslogtreecommitdiffstats
path: root/libraries/rabbitmq-c/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/rabbitmq-c/README')
-rw-r--r--libraries/rabbitmq-c/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/rabbitmq-c/README b/libraries/rabbitmq-c/README
new file mode 100644
index 0000000000..c9c03a2d15
--- /dev/null
+++ b/libraries/rabbitmq-c/README
@@ -0,0 +1,11 @@
+This is a C-language AMQP client library for use with v2.0+ of the
+RabbitMQ broker.
+
+Under the /usr/doc/rabbitmq-c-$VERSION/ directory are examples/ and
+tests/ subdirectories.
+
+To build a nice html Doxygen API documentation tree in the directory
+/usr/doc/rabbitmq-c-$VERSION/html/ you need to pass BUILD_API_DOCS=ON
+to the script, for example
+
+ BUILD_API_DOCS=ON ./rabbitmq-c.SlackBuild