From 696cde83b2cda3ef563e53f71dc8f19a1d83a031 Mon Sep 17 00:00:00 2001 From: Jonathan Robie Date: Wed, 17 Nov 2010 22:15:54 +0000 Subject: 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@1036253 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/README.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'qpid/cpp') 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. -- cgit v1.2.1