You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jo...@apache.org on 2010/11/17 23:15:55 UTC

svn commit: r1036253 - /qpid/trunk/qpid/cpp/README.txt

Author: jonathan
Date: Wed Nov 17 22:15:54 2010
New Revision: 1036253

URL: http://svn.apache.org/viewvc?rev=1036253&view=rev
Log:
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.

Modified:
    qpid/trunk/qpid/cpp/README.txt

Modified: qpid/trunk/qpid/cpp/README.txt
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/README.txt?rev=1036253&r1=1036252&r2=1036253&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/README.txt (original)
+++ qpid/trunk/qpid/cpp/README.txt Wed Nov 17 22:15:54 2010
@@ -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.



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscribe@qpid.apache.org