| commit | 45a1ebbc61294d95c6b37a75ed9186ab5ac59d13 | [log] [tgz] |
|---|---|---|
| author | Chris Richardson <chris.richardson2@dyson.com> | Sun Apr 11 14:06:30 2021 +0100 |
| committer | Chris Richardson <chris.richardson2@dyson.com> | Sun Apr 11 19:00:09 2021 +0100 |
| tree | c93a14cd6a01f47b85705b752200b8ba59685f49 | |
| parent | 1db14d7dba0e057521d650a19d1040483120343b [diff] |
QPID-8517 Build and test in parallel for python2 and python3
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.