commit | 6370e1b232b9f62ce26505ebfaee7753f6e30d29 | [log] [tgz] |
---|---|---|
author | Robbie Gemmell <robbie@apache.org> | Tue Nov 21 13:01:16 2017 +0000 |
committer | Robbie Gemmell <robbie@apache.org> | Tue Nov 21 13:01:16 2017 +0000 |
tree | b80121197c2e36a967790219e4e0649e82b7ccea | |
parent | b6371eaa694414f3fc37fe5a531b1a72b719cadb [diff] |
QPID-8043: some tweaks made to the Travis config during debug, gets the ssl tests running
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.