summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Robie <jonathan@apache.org>2010-11-18 21:07:18 +0000
committerJonathan Robie <jonathan@apache.org>2010-11-18 21:07:18 +0000
commita4a2f9b74423c698f66ef4d9d58f44dbff27f3c4 (patch)
tree2bef989a458c11f2a38fe2d8800fdd283eb68c17
parentfbe188d7f35bb0c015940cc9ba944744255df99a (diff)
downloadqpid-python-a4a2f9b74423c698f66ef4d9d58f44dbff27f3c4.tar.gz
Modified text so people using the C++ distributions are not expected to have autotools.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1036628 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/README.txt20
1 files changed, 15 insertions, 5 deletions
diff --git a/qpid/cpp/README.txt b/qpid/cpp/README.txt
index a0dfb89cd6..da384b9b17 100644
--- a/qpid/cpp/README.txt
+++ b/qpid/cpp/README.txt
@@ -1,4 +1,4 @@
- Qpid/C++
+2 Qpid/C++
========
Table of Contents
@@ -33,7 +33,17 @@ http://cwiki.apache.org/qpid/
3. Quick start
==============
-If you are impatient to get on, ./bootstrap && ./configure && make
-will usually be sufficient to compile. Running make check will run
-tests, make install will install the client and daemon. For more
-detailed information, please see the INSTALL notes.
+In C++ distributions:
+
+ ./configure && make - compiles all sources
+
+ make check - runs tests
+
+ 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.
+
+The INSTALL notes contain more detailed information on compiling and
+installing this software.