commit | 4bc94bbbaf1714d4c836e756ccb07fe3ff999ec4 | [log] [tgz] |
---|---|---|
author | Irina Boverman <iboverma@redhat.com> | Wed Jul 26 20:22:13 2017 -0400 |
committer | Robbie Gemmell <robbie@apache.org> | Tue Nov 21 16:20:03 2017 +0000 |
tree | 53bb7cbb7546a83368404c87d89340e8ce4b3af4 | |
parent | 6370e1b232b9f62ce26505ebfaee7753f6e30d29 [diff] |
QPID-7871: always include .bat files in setup package
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.