diff options
| author | Alan Conway <aconway@apache.org> | 2013-03-15 20:27:37 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2013-03-15 20:27:37 +0000 |
| commit | b4d4569e4a80fde17a4ee34f75a45543d0cfc15b (patch) | |
| tree | 52e19f97f967568a7de304fb867e2a5288c6e47a /cpp/README.txt | |
| parent | 53b7c9e82cf16508443355fe8ec53fea1fb1db0e (diff) | |
| download | qpid-python-b4d4569e4a80fde17a4ee34f75a45543d0cfc15b.tar.gz | |
QPID-4640: Deprecate autotools build system.
This patch does the following:
- Update INSTALL and README files to refer to the cmake build.
- configure script prints a deprecation notice.
The autotools instructions are still available in INSTALL-AUTOTOOLS,
which also has a deprecation notice.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1457098 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/README.txt')
| -rw-r--r-- | cpp/README.txt | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/cpp/README.txt b/cpp/README.txt index f200802342..425e382a23 100644 --- a/cpp/README.txt +++ b/cpp/README.txt @@ -13,9 +13,6 @@ Table of Contents Qpid/C++ is a C++ implementation of the AMQP protcol described at http://amqp.org/ -This release of Qpid/C++ implements the AMQP 0-10. -It will not inter-operate with AMQP 0-8/0-9 implementations. - For additional software or information on the Qpid project go to: http://qpid.apache.org @@ -40,15 +37,9 @@ For documentation, go to: In C++ distributions: - ./configure && make - compiles all sources - - make check - runs tests - - make install - installs the client and daemon - -In some distributions, no ./configure file is provided. To create the -./configure file, you must have autotools installed. Run ./bootstrap -from the qpid/cpp directory, then follow the above instructions. + cmake . # Generates code and makefiles + make test # Runs tests + make install # Installs the client and daemon The INSTALL notes contain more detailed information on compiling and installing this software. |
