From 3f7a09bf1a6086e4b9671c0d161c069e2fb5924b Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Fri, 8 Dec 2006 13:06:38 +0000 Subject: 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 --- qpid/cpp/README-dev | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) (limited to 'qpid/cpp') 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 + * automake + * cppunit + * help2man + * libtool + * pkgconfig (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 + * graphviz + * 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 == -- cgit v1.2.1