summaryrefslogtreecommitdiff
path: root/qpid/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp')
-rw-r--r--qpid/cpp/README.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/qpid/cpp/README.txt b/qpid/cpp/README.txt
index a16dec09c4..a0dfb89cd6 100644
--- a/qpid/cpp/README.txt
+++ b/qpid/cpp/README.txt
@@ -32,7 +32,8 @@ http://cwiki.apache.org/qpid/
3. Quick start
==============
-If you are impatient to get on, ./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.
+
+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.