summaryrefslogtreecommitdiff
path: root/cpp/README
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-08-17 19:04:14 +0000
committerAlan Conway <aconway@apache.org>2007-08-17 19:04:14 +0000
commit378d3db41f0a925551b242ac0c453873555dcde9 (patch)
tree4b9bb2f4fbe3b39ddd258f73ccc07d5f115086f7 /cpp/README
parentf38e21807ed778fd7c2ddac5a730027b4eabfcc9 (diff)
downloadqpid-python-378d3db41f0a925551b242ac0c453873555dcde9.tar.gz
Fix cluster code for heap reuduction commit.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@567109 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/README')
-rw-r--r--cpp/README25
1 files changed, 9 insertions, 16 deletions
diff --git a/cpp/README b/cpp/README
index 5361d8aa61..c4cc67f133 100644
--- a/cpp/README
+++ b/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 <http://www.boost.org> (1.33.1)
- * uuid <http://e2fsprogs.sourceforge.net/> (1.39)
+ * boost <http://www.boost.org> (1.33.1)
+ * e2fsprogs <http://e2fsprogs.sourceforge.net/> (1.39)
* pkgconfig <http://pkgconfig.freedesktop.org/wiki/> (0.21)
-Building on a platform other than Linux currently requires:
- * apr <http://apr.apache.org> (1.2.7)
-
Optional cluster functionality requires:
- * openais <http://openais.org/> (0.80.3)
-
- * apr <http://apr.apache.org> (1.2.7)
- * boost <http://www.boost.org> (1.33.1)
- * cppunit <http://cppunit.sourceforge.net> (1.11.4)
+ * openais <http://openais.org/> (0.80.3)
-Using tools:
+Running qpid test suite requires:
+ * cppunit <http://cppunit.sourceforge.net> (1.11.4)
-Qpid has been built using the gcc compiler:
- * gcc <http://gcc.gnu.org/> (3.2.3)
+Qpid has been built using the GNU C++ compiler:
+ * gcc <http://gcc.gnu.org/> (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.