summaryrefslogtreecommitdiff
path: root/qpid/cpp/README
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/README')
-rw-r--r--qpid/cpp/README16
1 files changed, 12 insertions, 4 deletions
diff --git a/qpid/cpp/README b/qpid/cpp/README
index e008f5b45b..7b3ceaddb2 100644
--- a/qpid/cpp/README
+++ b/qpid/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.