summaryrefslogtreecommitdiff
path: root/cpp/README
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2008-08-22 09:51:55 +0000
committerGordon Sim <gsim@apache.org>2008-08-22 09:51:55 +0000
commitbf051b04b863aabe715639a179449e26a2e214f3 (patch)
tree1d8c4e854c3cc3069cddba64cca6b4f7811682ec /cpp/README
parent6d8ab68c5c81b31439b67e8a4ebb6d7f18443311 (diff)
downloadqpid-python-bf051b04b863aabe715639a179449e26a2e214f3.tar.gz
Update & correct some of the notes included with the release.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@688045 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/README')
-rw-r--r--cpp/README16
1 files changed, 12 insertions, 4 deletions
diff --git a/cpp/README b/cpp/README
index e008f5b45b..7b3ceaddb2 100644
--- a/cpp/README
+++ b/cpp/README
@@ -5,6 +5,7 @@ Table of Contents
=================
1. Introduction
2. Available Documentation
+3. Quick start
1. Introduction
@@ -23,7 +24,14 @@ http://cwiki.apache.org/qpid/
==========================
- INSTALL - How to install Qpid/C++.
- RELEASE_NOTES - Release notes.
- - DESIGN - Qpid/C++ implementation.
- - LICENSE - Apache license.
- - NOTICE - Corresponds to the section 4 d of
- the Apache License, Version 2.0.
+ - DESIGN - Qpid/C++ implementation.
+ - LICENSE - Apache license.
+ - NOTICE - Corresponds to the section 4 d of
+ the Apache License, Version 2.0.
+
+3. Quick start
+==============
+If you are impatient to get on, ./configure && make will usually be
+sifficient 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.