commit | f04bc169f11c99be50399341905186b3405a3130 | [log] [tgz] |
---|---|---|
author | Justin Ross <jross@apache.org> | Thu Mar 23 05:53:51 2017 -0700 |
committer | Justin Ross <jross@apache.org> | Thu Mar 23 05:53:51 2017 -0700 |
tree | bb0d60800eb04f8e70a9b31014f95e3c998ffe86 | |
parent | 874ecfaa2c168e211ee1f250d880e9d06cbad8ef [diff] |
QPID-7629: Use the CMake SYSTEM keyword when including headers for nss and sasl
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.