From a11f330dc8781788ce5495baf3a13db64946ab84 Mon Sep 17 00:00:00 2001 From: Jonathan Robie Date: Thu, 18 Nov 2010 21:07:18 +0000 Subject: Modified text so people using the C++ distributions are not expected to have autotools. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1036628 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/README.txt | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) (limited to 'cpp') diff --git a/cpp/README.txt b/cpp/README.txt index a0dfb89cd6..da384b9b17 100644 --- a/cpp/README.txt +++ b/cpp/README.txt @@ -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. -- cgit v1.2.1