| commit | 9f711b8863b8c16d1df2de7116adc1f388c970d4 | [log] [tgz] |
|---|---|---|
| author | Jiri Daněk <jdanek@redhat.com> | Thu Apr 13 21:21:44 2023 +0200 |
| committer | Jiri Daněk <jdanek@redhat.com> | Fri Apr 14 22:54:34 2023 +0200 |
| tree | 50245475d6592f181a9b24c3692b9530c1e1df6c | |
| parent | 4faa9551454246f08a9aa27fa0329ff5656339f6 [diff] |
QPID-8635: remove the useless L suffix for Python longs, for compatibility
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.