| commit | 5573c89f8d724e1ff5c28dd307f06bd38c601420 | [log] [tgz] |
|---|---|---|
| author | Jiri Daněk <jdanek@redhat.com> | Sat Apr 15 22:27:51 2023 +0200 |
| committer | Jiri Daněk <jdanek@redhat.com> | Sat Sep 30 11:28:12 2023 +0200 |
| tree | 3125c7e923d162a0fe74bf3b4b476085deab2eaa | |
| parent | 1077fe6b2a2e0db9921e8cf10ec3a4ce19d64fad [diff] |
QPID-8631: fill_in python 3 incompatibilities in qmf/console.py
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.