commit | 4a5567d4351c72774b9dd6bb1e13fac6992cff75 | [log] [tgz] |
---|---|---|
author | Justin Ross <jross@apache.org> | Sat Mar 11 12:04:11 2017 -0800 |
committer | Justin Ross <jross@apache.org> | Sat Mar 11 12:04:11 2017 -0800 |
tree | b27304021785db630ebcaef1afb68bcecc779c42 | |
parent | 2ee9f79ed9371a7858e150c96a87fe051782afa7 [diff] |
QPID-7574: Make management libraries Python 3 compatible With this change, qpid-cpp requires Python 2.7 or later.
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.