| commit | 6ef38e82047d0201e49ff23999b0ea3716baf5a3 | [log] [tgz] |
|---|---|---|
| author | Robert Gemmell <robbie@apache.org> | Wed May 24 15:45:52 2017 +0100 |
| committer | Robert Gemmell <robbie@apache.org> | Wed May 24 15:57:54 2017 +0100 |
| tree | b8f8d2501c2321d8fcc62fda5532e55a30b26a76 | |
| parent | 753d03c1dca2461bbbf01300c4c00759fff5470b [diff] |
QPID-7756: remove stale introduction that we link past anyway
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.