summaryrefslogtreecommitdiff
path: root/cpp/README.txt
diff options
context:
space:
mode:
authorJonathan Robie <jonathan@apache.org>2010-11-17 22:15:54 +0000
committerJonathan Robie <jonathan@apache.org>2010-11-17 22:15:54 +0000
commit6d93fa8aaebfa619f999c14effac0079fb49ac45 (patch)
treec4185ad1403637ee0c43da8bf213de2790cb2278 /cpp/README.txt
parente9a62aa1e5b003c7b71a1b72bdbcf35f0f5a38f8 (diff)
downloadqpid-python-6d93fa8aaebfa619f999c14effac0079fb49ac45.tar.gz
Added bootstrap to "Quick Start" instructions - now builds properly with either the full distribution, C++ only, or C++ client.
bootstrap is superfluous for some distributions, but we need instructions that work everywhere. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1036253 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/README.txt')
-rw-r--r--cpp/README.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/cpp/README.txt b/cpp/README.txt
index a16dec09c4..a0dfb89cd6 100644
--- a/cpp/README.txt
+++ b/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.