summaryrefslogtreecommitdiff
path: root/qpid/cpp/README
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/README')
-rw-r--r--qpid/cpp/README9
1 files changed, 6 insertions, 3 deletions
diff --git a/qpid/cpp/README b/qpid/cpp/README
index b50d00ed7c..5361d8aa61 100644
--- a/qpid/cpp/README
+++ b/qpid/cpp/README
@@ -41,8 +41,11 @@ Building on a platform other than Linux currently requires:
Optional cluster functionality requires:
* openais <http://openais.org/> (0.80.3)
-Optionally building/running the tests requires:
- * cppunit <http://cppunit.sourceforge.net> (1.11.4)
+ * apr <http://apr.apache.org> (1.2.7)
+ * boost <http://www.boost.org> (1.33.1)
+ * cppunit <http://cppunit.sourceforge.net> (1.11.4)
+
+Using tools:
Qpid has been built using the gcc compiler:
* gcc <http://gcc.gnu.org/> (3.2.3)
@@ -64,7 +67,7 @@ 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 e2fsprogs-devel
+ # yum install apr-devel boost-devel cppunit-devel
# yum install pkgconfig doxygen graphviz help2man
Follow the manual installation instruction below for any packages not