| commit | 99dd7d3874fdad4a853cdea5a8535a0d2e6491b3 | [log] [tgz] |
|---|---|---|
| author | Robert Gemmell <robbie@apache.org> | Wed May 24 15:46:00 2017 +0100 |
| committer | Robert Gemmell <robbie@apache.org> | Wed May 24 15:57:54 2017 +0100 |
| tree | 88b2bd58e751d3ce13c5d91571c69deb7dde0bd0 | |
| parent | 6ef38e82047d0201e49ff23999b0ea3716baf5a3 [diff] |
QPID-7756: rename the book to better reflect its content
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.