summaryrefslogtreecommitdiff
path: root/cpp/README
diff options
context:
space:
mode:
authorRobert Greig <rgreig@apache.org>2006-10-17 20:45:52 +0000
committerRobert Greig <rgreig@apache.org>2006-10-17 20:45:52 +0000
commite4240d67de8cc77c290fb40c3fa773ec5c910f49 (patch)
tree7cc7dfa90151c0f98a96e67d80394b9ac9e02f1b /cpp/README
parent3b7f518a6c26c167e46849b108605044505c697d (diff)
downloadqpid-python-e4240d67de8cc77c290fb40c3fa773ec5c910f49.tar.gz
Merge from trunk up to revision 465005
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/new_persistence@465038 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/README')
-rw-r--r--cpp/README14
1 files changed, 8 insertions, 6 deletions
diff --git a/cpp/README b/cpp/README
index edd80a1fbc..e8eb16965c 100644
--- a/cpp/README
+++ b/cpp/README
@@ -1,18 +1,20 @@
= Developer guide to C++ codebase =
-== Prerequisites ==
-
-Apache Portable Runtime 1.2.7: http://apr.apache.org/
-Install in /usr/local/apr or update options.mk if installed elsewhere.
+See DESIGN for design notes, Makefile comment for build system notes.
-CppUnit: http://cppunit.sourceforge.net
+== Prerequisites ==
-boost: http://www.boost.org
+Required to build:
+ * Apache Portable Runtime 1.2.7: http://apr.apache.org/
+ * CppUnit: http://cppunit.sourceforge.net
+ * boost: http://www.boost.org
Optional: to generate source code documentation you need:
* doxygen: http://sourceforge.net/projects/doxygen/
* graphviz - http://www.graphviz.org/
+On Fedora: yum install apr apr-devel cppunit cppunit-devel boost boost-devel doxygen graphviz
+
== Build and test ==
make