| commit | ecfbc6a27e065d35da4e6c312278885aa1ec38e9 | [log] [tgz] |
|---|---|---|
| author | Justin Ross <jross@apache.org> | Fri Jul 14 13:06:13 2017 -0400 |
| committer | Justin Ross <jross@apache.org> | Fri Jul 14 13:06:46 2017 -0400 |
| tree | 4a93373afbf383f2dda88e2362e8e03e1607e2a1 | |
| parent | b371bd86d1026ba922eca8fb6b3b920af0b4a6a8 [diff] |
QPID-7861: Provide systemd scripts for Fedora. Thanks to Irina Boverman for the patch.
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.