| commit | 278da4e665ce3f9c4ca58ff767f1a02011df9a76 | [log] [tgz] | 
|---|---|---|
| author | Alan Conway <aconway@redhat.com> | Thu Nov 16 17:42:49 2017 -0500 | 
| committer | Alan Conway <aconway@redhat.com> | Thu Nov 16 17:53:58 2017 -0500 | 
| tree | 71fc9c2a6bc13f24971e0fe863137d92bef68a4e | |
| parent | 598ce6b3d06b8cc041013a6d3e86dcf8d9c432f2 [diff] | 
NO-JIRA: Remove unwanted output from run_ssl_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.