summaryrefslogtreecommitdiff
path: root/qpid/cpp/README
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2006-11-09 21:55:34 +0000
committerAlan Conway <aconway@apache.org>2006-11-09 21:55:34 +0000
commit402ac40145f2d35f9f9bfd34d499336faeb65c2e (patch)
tree49084b4dcb4ba2a1b7c846dc90e997ac6582656f /qpid/cpp/README
parent75e9bad6c3eb3a7bb207a10ec6719e859170396b (diff)
downloadqpid-python-402ac40145f2d35f9f9bfd34d499336faeb65c2e.tar.gz
Added POSIX equivalents to APR classes used by clients, inlined trivial calls.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@473087 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/README')
-rw-r--r--qpid/cpp/README10
1 files changed, 4 insertions, 6 deletions
diff --git a/qpid/cpp/README b/qpid/cpp/README
index 2653873b1a..7d394bf511 100644
--- a/qpid/cpp/README
+++ b/qpid/cpp/README
@@ -20,13 +20,11 @@ If you use yum to install packages:
You can have mutltiple builds in the same working copy.
For example for a release build using APR platform:
- make PLATFORM=apr TYPE=release
+ make USE_APR=1 RELEASE=1
This will create build/apr-release containing the bin/ lib/ and test/ subdirs.
-To set your preferred default create file options-local.mk with
-PLATFORM=<my platform>
-TYPE=<my type>
+You can set your preferred defaults in options-local.mk.
Generated code goes in build/gen and is shared between all builds.
@@ -51,9 +49,9 @@ Main targets:
The source tree is structured as follows:
* src/ - .h and .cpp source files, directories mirror namespaces.
* qpid/
- * sys/ - system abstractions: threading, IO.
+ * sys/ - system portability abstractions: threading, io etc.
* posix/ - posix implementations for sys
- * apr/ - portable APR implementation for sys (client side)
+ * apr/ - portable APR implementation for sys
* framing - encoding/decoding AMQP messages
* client - client classes.
* broker - broker classes.