| commit | fc377333e4d3b666df750c090e12e608dce8012d | [log] [tgz] |
|---|---|---|
| author | Kim van der Riet <kpvdr@apache.org> | Wed Oct 18 15:02:44 2017 -0400 |
| committer | Kim van der Riet <kpvdr@apache.org> | Wed Oct 18 15:02:44 2017 -0400 |
| tree | c5a6a8fa631d37b17dd587f912fb89091f1305cc | |
| parent | 9b3014adcbd65fedfba9ba4f6797fc46cbb0062f [diff] |
QPID-7975: Fixed a syntax error that affects earlier c++ compilers
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.