diff options
| author | Jonathan Robie <jonathan@apache.org> | 2010-11-19 22:24:08 +0000 |
|---|---|---|
| committer | Jonathan Robie <jonathan@apache.org> | 2010-11-19 22:24:08 +0000 |
| commit | e711093921e0d9d223c2f3fa4b23ae69a986070c (patch) | |
| tree | 45b307086d5537fc1549ee6da7f1fec24b077ac4 /qpid/cpp/README.txt | |
| parent | 6ecbf26225db03b563944ba7924113b80a2bc5b5 (diff) | |
| download | qpid-python-e711093921e0d9d223c2f3fa4b23ae69a986070c.tar.gz | |
Added pointers to current web site. Some editorial changes.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1037058 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/README.txt')
| -rw-r--r-- | qpid/cpp/README.txt | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/qpid/cpp/README.txt b/qpid/cpp/README.txt index afd52bc879..0209fc93d0 100644 --- a/qpid/cpp/README.txt +++ b/qpid/cpp/README.txt @@ -17,7 +17,12 @@ 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://cwiki.apache.org/qpid/ + + http://qpid.apache.org + +For documentation, go to: + + http://qpid.apache.org/documentation 2. Available Documentation @@ -41,9 +46,9 @@ In C++ distributions: make install - installs the client and daemon -In source distributions, no ./configure file is provided. To create -the ./configure file, run ./bootstrap from the qpid/cpp directory, -then follow the above instructions. +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. The INSTALL notes contain more detailed information on compiling and installing this software. |
