| commit | 49e3afbc62f6fbb361e830b1e4baa77a046ac718 | [log] [tgz] |
|---|---|---|
| author | Kim van der Riet <kpvdr@apache.org> | Tue Aug 22 11:05:09 2017 -0400 |
| committer | Kim van der Riet <kpvdr@apache.org> | Tue Aug 22 11:05:09 2017 -0400 |
| tree | 0aa4d1ae80bf4b8b089531ffcd41ca440c42e37b | |
| parent | 4e98f6c08ef531e15217f812f6624f18cf2d50fb [diff] | |
| parent | fd4e8319e230d35b7abcf670404778c844d0a053 [diff] |
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/qpid-cpp
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.