| commit | 35f8e845d0fa9fb28ac779788efc0338fa4eaf48 | [log] [tgz] |
|---|---|---|
| author | Justin Ross <jross@apache.org> | Fri Aug 26 14:53:19 2016 -0700 |
| committer | Justin Ross <jross@apache.org> | Fri Aug 26 14:53:19 2016 -0700 |
| tree | 20b8198bcf09521d1c96331180ef8b97c44e8888 | |
| parent | 0b3842f176e9230ab98ab8f2448d3d44bd076b74 [diff] |
QPID-7353: Restore snapshot version
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.