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/18 22:07:19 UTC

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

Author: jonathan
Date: Thu Nov 18 21:07:18 2010
New Revision: 1036628

URL: http://svn.apache.org/viewvc?rev=1036628&view=rev
Log:
Modified text so people using the C++ distributions are not expected to have autotools.

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=1036628&r1=1036627&r2=1036628&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/README.txt (original)
+++ qpid/trunk/qpid/cpp/README.txt Thu Nov 18 21:07:18 2010
@@ -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.



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