summaryrefslogtreecommitdiff
path: root/cpp/README.txt
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2006-12-20 14:40:09 +0000
committerAlan Conway <aconway@apache.org>2006-12-20 14:40:09 +0000
commit7ec92c0a43be9e5934b35565a7f46eb83e36f6d1 (patch)
tree694de1477f2aa90c42670f0d29e77f7e7c8e8e19 /cpp/README.txt
parent2007833bd485fccbd03551841fc67f89f6f1424b (diff)
downloadqpid-python-7ec92c0a43be9e5934b35565a7f46eb83e36f6d1.tar.gz
make rpm in cpp directory builds qpidc RPMs in default locations.
Note: you need to chown or chmod the directories under /usr/src/redhat/RPMS/i386 to be writable for this to work, there is probably a better solution. Building RPMs as root is a Bad Idea. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@489103 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/README.txt')
-rw-r--r--cpp/README.txt16
1 files changed, 15 insertions, 1 deletions
diff --git a/cpp/README.txt b/cpp/README.txt
index 2498bbb495..4703d7538e 100644
--- a/cpp/README.txt
+++ b/cpp/README.txt
@@ -1 +1,15 @@
-TODO: Fill in this readme!
+
+Qpid C++ is a C++ implementation of the AMQP protcol described at
+http://amqp.org/
+
+For instructions on using the Qpid broker daemon see man qpidd(1)
+
+For information on the C++ client API see ./html/index.html
+
+Note the daemon and client API can be installed separately.
+
+The Qpid project also provides Java, Ruby and Python implementations.
+
+For additional software or information on the Qpid project go to:
+ http://incubator.apache.org/qpid/index.html
+