summaryrefslogtreecommitdiff
path: root/qpid/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
commit513a46b070c554b3f5b3ec380dd610e22859674e (patch)
treee105c8644d36ba021872082759f9f28d49775776 /qpid/cpp/README
parent87e653db6eb29330802bf5e7bfa2ef730ad3843f (diff)
downloadqpid-python-513a46b070c554b3f5b3ec380dd610e22859674e.tar.gz
Update & correct some of the notes included with the release.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@688045 13f79535-47bb-0310-9956-ffa450edef68
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.