summaryrefslogtreecommitdiff
path: root/cpp/README
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-06-26 02:11:55 +0000
committerAlan Conway <aconway@apache.org>2007-06-26 02:11:55 +0000
commite6566439f627e375f12f77044819bbb37b585348 (patch)
tree18c52172d536b53df57e82a274a31bcfabc35f7b /cpp/README
parent87c376ebc8fe6af86dc8aef8dcec03510ff5dcc0 (diff)
downloadqpid-python-e6566439f627e375f12f77044819bbb37b585348.tar.gz
2007-06-25 <aconway@redhat.com>
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
Diffstat (limited to 'cpp/README')
-rw-r--r--cpp/README15
1 files changed, 6 insertions, 9 deletions
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 <http://www.boost.org> (1.33.1)
* cppunit <http://cppunit.sourceforge.net> (1.11.4)
* libdaemon <http://www.stud.uni-hamburg.de/users/lennart/projects/libdaemon> (0.10)
- * opeais <http://www.openais.org/> (0.80.2)
Using tools:
@@ -54,10 +53,7 @@ Using tools:
* graphviz <http://www.graphviz.org/> (2.12)
* JDK 5.0 <http://java.sun.com/j2se/1.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