| commit | 74329bf589e04f44828f4bdbec1f049bbf788973 | [log] [tgz] |
|---|---|---|
| author | Andrew Stitcher <astitcher@apache.org> | Fri Aug 12 02:28:01 2016 -0400 |
| committer | Andrew Stitcher <astitcher@apache.org> | Fri Aug 12 02:58:56 2016 -0400 |
| tree | 3836d3582f3b3b644e18db67085bf361dbca1fbb | |
| parent | 868caf5420653a5536a343f1745535dceb3461a0 [diff] |
NO-JIRA: Get qpid-python into the travis build so we can run tests
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.