From e6566439f627e375f12f77044819bbb37b585348 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 26 Jun 2007 02:11:55 +0000 Subject: 2007-06-25 Cluster class implementing cluster membership map. * src/qpid/cluster/Cluster.cpp: Cluster membership implementation. * src/qpid/cluster/Cpg.cpp: Support for boost::function callbacks. * src/tests/Url.cpp: Implements AMQP-95 URL format. * xml/cluster.xml: Cluster join method. Build/packaging * README: Remove mention of openais till clustering is functional. For now it is optional and we depend on an unpackaged version. * configure.ac: Check openais has cpg_local_get(). * Makefile.am: Added cluster.xml to EXTRA_DIST. * src/generate.sh: add cluster.xml to codegen. * src/tests/Makefile.am: - Generate individual "sudo -u ais" wrappers for openais tests. - Drop "unit" directory, all unit tests in "tests" directory Minor changes: * src/qpid/sys/posix/Socket.cpp: * src/qpid/sys/posix/PosixAcceptor.cpp: * src/qpid/sys/posix/EventChannelAcceptor.cpp: * src/qpid/sys/apr/APRAcceptor.cpp: * src/qpid/sys/Acceptor.h (getHost): Added getHost() * src/tests/.valgrind.supp-default: Suppress benign valgrind warning in libcpg. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@550658 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/README | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) (limited to 'cpp/README') diff --git a/cpp/README b/cpp/README index 95104cf34f..805a42cd86 100644 --- a/cpp/README +++ b/cpp/README @@ -39,7 +39,6 @@ Qpid is compiled against libraries: * boost (1.33.1) * cppunit (1.11.4) * libdaemon (0.10) - * opeais (0.80.2) Using tools: @@ -54,10 +53,7 @@ Using tools: * graphviz (2.12) * JDK 5.0 (1.5.0.11) -=== Optional tools an libraries === - -If openais is not installed the broker will be built without cluster -functionality. +=== Optional tools and libraries === The following are only required if you generate documentation. (Source distributions contain pre-generated documentation.) @@ -77,10 +73,9 @@ If building from a source distribution you do not need: On linux most packages can be installed using your distribution's package management tool. For example on Fedora: - # yum install apr-devel boost-devel cppunit-devel libdaemon-devel openais-devel + # yum install apr-devel boost-devel cppunit-devel libdaemon-devel # yum install pkgconfig doxygen graphviz help2man - Follow the manual installation instruction below for any packages not available through yum. @@ -96,7 +91,8 @@ It is recommended that you create a directory to install them to, for example, # make install The exceptions to this are boost and JDK 5.0. - To build the boost library: + +==== To build the boost library ==== 1. Unpack boost-jam. 2. Add bjam in the unpacked directory to your path. @@ -105,7 +101,8 @@ It is recommended that you create a directory to install them to, for example, # bjam -sTOOLS=gcc --prefix=~/qpid-tools -To install JDK 5.0 download and run its install script, or whatever +==== To install JDK 5.0 ==== +Download and run its install script, or whatever alternative instructions may be on the sun website. Ensure that all the build tools are available on your path, when they are -- cgit v1.2.1