summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2006-12-08 13:06:38 +0000
committerGordon Sim <gsim@apache.org>2006-12-08 13:06:38 +0000
commit3f7a09bf1a6086e4b9671c0d161c069e2fb5924b (patch)
tree358f62bc190ac05d7624226032c89fe5b820fbb1
parent384b6f0fe18539c83a1b0b0c9ae76d6ed6d7b1d0 (diff)
downloadqpid-python-3f7a09bf1a6086e4b9671c0d161c069e2fb5924b.tar.gz
Merged in changes from patch submitted by Jim Meyering on dev list.
* README-dev: Don't mention precise versions; they get out of date. Add pkgconfig (aka pkg-config) to the list. Emphasize the need for the latest stable versions of these tools. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@483979 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/cpp/README-dev28
1 files changed, 18 insertions, 10 deletions
diff --git a/qpid/cpp/README-dev b/qpid/cpp/README-dev
index 5ff346cf4d..736591b053 100644
--- a/qpid/cpp/README-dev
+++ b/qpid/cpp/README-dev
@@ -2,24 +2,32 @@
== Prerequisites ==
-As per README-dist plus:
- * autoconf 2.59: http://www.gnu.org/software/autoconf
- * automake 1.9.2: http://www.gnu.org/software/automake
- * libtool 1.5: http://www.gnu.org/software/libtool
- * CppUnit 1.10.2: http://cppunit.sourceforge.net
- Note: Ensure cppunit-config is in your PATH.
+If you have taken the sources from SVN you will need the following
+packages (or later) to build Qpid. We prefer to avoid spending time
+accommodating older versions of these packages, so please make sure
+that you have the latest stable version.
+
+ * autoconf <http://www.gnu.org/software/autoconf/>
+ * automake <http://www.gnu.org/software/automake/>
+ * cppunit <http://cppunit.sourceforge.net>
+ * help2man <http://www.gnu.org/software/help2man/>
+ * libtool <http://www.gnu.org/software/libtool/>
+ * pkgconfig <http://pkgconfig.freedesktop.org/wiki/> (aka pkg-config)
+
Optional: to re-generated generated code from the XML specification:
+
* java 5
Optional: to generate documentation you need:
- * doxygen 1.4.6: http://sourceforge.net/projects/doxygen/
- * graphviz 2.8: http://www.graphviz.org/
- * help2man 1.36: http://www.gnu.org/software/help2man/
+
+ * doxygen <http://sourceforge.net/projects/doxygen/>
+ * graphviz <http://www.graphviz.org/>
+ * help2man <http://www.gnu.org/software/help2man/>
If you use yum to install packages, do the command from the README-dist then:
-# yum install doxygen graphviz
+# yum install apr-devel cppunit-devel pkgconfig boost-devel doxygen graphviz
== Recent changes ==