| commit | fd4e8319e230d35b7abcf670404778c844d0a053 | [log] [tgz] |
|---|---|---|
| author | Gordon Sim <gsim@redhat.com> | Mon Aug 21 16:28:39 2017 +0100 |
| committer | Gordon Sim <gsim@redhat.com> | Mon Aug 21 16:29:09 2017 +0100 |
| tree | 3f306a4d8b336a8562bbb0a19414888f7bf50c68 | |
| parent | 76a6d71fd723fd60b0f9aed86688fcbc8ffbe221 [diff] |
NO-JIRA: add hostname to debug log statement for sasl-init
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.