summaryrefslogtreecommitdiff
path: root/cpp/README.txt
diff options
context:
space:
mode:
authorJonathan Robie <jonathan@apache.org>2010-11-19 22:24:08 +0000
committerJonathan Robie <jonathan@apache.org>2010-11-19 22:24:08 +0000
commit74ed8e581eae1a363fbb84369ce3e3dd5e126248 (patch)
tree79dbea7b49589daf12e38225e66b276eb65fa5cc /cpp/README.txt
parente356c398f2cf829728252f0539ee07c7c9ead710 (diff)
downloadqpid-python-74ed8e581eae1a363fbb84369ce3e3dd5e126248.tar.gz
Added pointers to current web site. Some editorial changes.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1037058 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/README.txt')
-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.