From 402ac40145f2d35f9f9bfd34d499336faeb65c2e Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 9 Nov 2006 21:55:34 +0000 Subject: 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 --- qpid/cpp/README | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'qpid/cpp/README') 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= -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. -- cgit v1.2.1