diff options
| author | Jonathan Robie <jonathan@apache.org> | 2010-11-17 22:15:54 +0000 |
|---|---|---|
| committer | Jonathan Robie <jonathan@apache.org> | 2010-11-17 22:15:54 +0000 |
| commit | 696cde83b2cda3ef563e53f71dc8f19a1d83a031 (patch) | |
| tree | 5c2266caaa18478f0b3c88824152a58ec3a6154f /qpid/cpp/README.txt | |
| parent | ffddafdcc06aa6bf7e7f8dd87deec12a55e4930f (diff) | |
| download | qpid-python-696cde83b2cda3ef563e53f71dc8f19a1d83a031.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@1036253 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/README.txt')
| -rw-r--r-- | qpid/cpp/README.txt | 9 |
1 files changed, 5 insertions, 4 deletions
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. |
