commit | c5363a48acc43949e74ae8d85a20858d2313de11 | [log] [tgz] |
---|---|---|
author | Justin Ross <jross@apache.org> | Wed Sep 20 16:11:58 2017 -0700 |
committer | Justin Ross <jross@apache.org> | Fri Oct 27 07:00:39 2017 -0700 |
tree | 657133f034cede21cd170f7a4f6e257d87d635ad | |
parent | fc377333e4d3b666df750c090e12e608dce8012d [diff] |
QPID-7893: Dubious fixes for initialization warnings
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.