| commit | dd8e5b350b6d89263754b8bf781376d78d150490 | [log] [tgz] |
|---|---|---|
| author | Chuck Rolke <crolke@redhat.com> | Tue Dec 20 13:28:11 2016 -0500 |
| committer | Chuck Rolke <crolke@redhat.com> | Tue Dec 20 13:28:11 2016 -0500 |
| tree | e21460255ff27e2725b4c24256f6aeda5b1f4b91 | |
| parent | 3e1746577ad54cce2cecc4c6c83ca363482ea34a [diff] |
QPID-7595: Raise minimum cmake version for windows
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.