| commit | 610fad131738bfe1bf588326362772c49cea7eba | [log] [tgz] |
|---|---|---|
| author | Andrew Stitcher <astitcher@apache.org> | Fri Aug 12 17:05:38 2016 -0400 |
| committer | Andrew Stitcher <astitcher@apache.org> | Fri Aug 12 17:05:38 2016 -0400 |
| tree | 1ca5693bb63e5ac369b1fd3a94801057aab72413 | |
| parent | 74329bf589e04f44828f4bdbec1f049bbf788973 [diff] |
NO-JIRA: Remove unused variable warning
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.