diff options
| author | Alan Conway <aconway@apache.org> | 2006-12-20 14:40:09 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2006-12-20 14:40:09 +0000 |
| commit | c7dc1bdb194bc455f1fbb6a1b941275855a042d7 (patch) | |
| tree | b21d04482238b7031dce70b6bcd373597f746254 /qpid/cpp/README.txt | |
| parent | 909f7f24f12abedbe3b96f5f6e552995f37c5cfe (diff) | |
| download | qpid-python-c7dc1bdb194bc455f1fbb6a1b941275855a042d7.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@489103 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/README.txt')
| -rw-r--r-- | qpid/cpp/README.txt | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/qpid/cpp/README.txt b/qpid/cpp/README.txt index 2498bbb495..4703d7538e 100644 --- a/qpid/cpp/README.txt +++ b/qpid/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 + |
