commit | b6371eaa694414f3fc37fe5a531b1a72b719cadb | [log] [tgz] |
---|---|---|
author | Robbie Gemmell <robbie@apache.org> | Tue Nov 21 12:59:33 2017 +0000 |
committer | Robbie Gemmell <robbie@apache.org> | Tue Nov 21 12:59:33 2017 +0000 |
tree | d8f05f0acf5fc28f89e70efeb852b552555c121b | |
parent | ffe468c0343a82667682953cac388c26a1451748 [diff] |
QPID-8043: relax -e for availability checks, allows them to work and indicate whats happening. Avoids spurious failure without indicated cause following changes in 598ce6b3d06b8cc041013a6d3e86dcf8d9c432f2 if the tooling needed happens not to be available.
Qpid C++ is a C++ implementation of the AMQP protocol described at http://amqp.org/.
For additional software or information on the Qpid project go to:
For documentation, go to:
In C++ distributions:
mkdir BLD # The recommended way to use cmake is in a separate # build directory cd BLD cmake .. # Generates code and makefiles make test # Runs tests make install # Installs the client and daemon
The INSTALL.txt notes contain more detailed information on compiling and installing this software.
examples/README.txt describes the C++ client API examples.