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 | 8e56cf3fca209d7c2858b5ccb326330f42ebf5d5 (patch) | |
| tree | 85530eb6111eb6aab19268c16c2c8a1679ed8fba /qpid/cpp/README.txt | |
| parent | ff5323d8a0ab9bca96152896337f498335f0c4b3 (diff) | |
| download | qpid-python-8e56cf3fca209d7c2858b5ccb326330f42ebf5d5.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@1457098 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/README.txt')
| -rw-r--r-- | qpid/cpp/README.txt | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/qpid/cpp/README.txt b/qpid/cpp/README.txt index f200802342..425e382a23 100644 --- a/qpid/cpp/README.txt +++ b/qpid/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. |
