| commit | 484843fcfb974e6217a976098988d34ef8290850 | [log] [tgz] |
|---|---|---|
| author | Andrew Stitcher <astitcher@apache.org> | Thu Aug 11 23:55:03 2016 -0400 |
| committer | Andrew Stitcher <astitcher@apache.org> | Thu Aug 11 23:55:03 2016 -0400 |
| tree | 8870ec2255a27edcd54add2022ae5fbcdbc1a271 | |
| parent | 63625706844ec5c76ce729c87cae5c90e092f90a [diff] |
QPID-7390: strtod isn't really in std namespace(!) - This trips up older versions of gcc
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.