summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/README.txt13
1 files changed, 9 insertions, 4 deletions
diff --git a/cpp/README.txt b/cpp/README.txt
index afd52bc879..0209fc93d0 100644
--- a/cpp/README.txt
+++ b/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.