summaryrefslogtreecommitdiff
path: root/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
commitc33f3d8550b9b4455ad6ca8a2327a7bd9d6f7db1 (patch)
treebb5d68281986eb1664c227d15f303664a65d5e03 /cpp/README
parent76fb78a8495b6cd48c633e8b6219b29761133d82 (diff)
downloadqpid-python-c33f3d8550b9b4455ad6ca8a2327a7bd9d6f7db1.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/qpid@473087 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/README')
-rw-r--r--cpp/README10
1 files changed, 4 insertions, 6 deletions
diff --git a/cpp/README b/cpp/README
index 2653873b1a..7d394bf511 100644
--- a/cpp/README
+++ b/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.