From f8c0b73b740f16dabdb478ed384f614291551eab Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 17 Aug 2007 19:04:14 +0000 Subject: Fix cluster code for heap reuduction commit. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@567109 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/README | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) (limited to 'qpid/cpp/README') diff --git a/qpid/cpp/README b/qpid/cpp/README index 5361d8aa61..c4cc67f133 100644 --- a/qpid/cpp/README +++ b/qpid/cpp/README @@ -31,24 +31,18 @@ Redhat Linux 3, will almost certainly require some packages to be upgraded. The following libraries and header files must be installed to build a source distribution: - * boost (1.33.1) - * uuid (1.39) + * boost (1.33.1) + * e2fsprogs (1.39) * pkgconfig (0.21) -Building on a platform other than Linux currently requires: - * apr (1.2.7) - Optional cluster functionality requires: - * openais (0.80.3) - - * apr (1.2.7) - * boost (1.33.1) - * cppunit (1.11.4) + * openais (0.80.3) -Using tools: +Running qpid test suite requires: + * cppunit (1.11.4) -Qpid has been built using the gcc compiler: - * gcc (3.2.3) +Qpid has been built using the GNU C++ compiler: + * gcc (3.2.3) If you want to build directly from the SVN repository you will need all of the above plus: @@ -66,9 +60,8 @@ all of the above plus: 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 - # yum install pkgconfig doxygen graphviz help2man + # yum install pkgconfig e2fsprogs boost-devel cppunit-devel openais + # yum install make gcc-c++ autoconf automake libtool doxygen help2man graphviz Follow the manual installation instruction below for any packages not available through yum. -- cgit v1.2.1