diff options
author | Gordon Sim <gsim@apache.org> | 2006-12-08 13:06:38 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2006-12-08 13:06:38 +0000 |
commit | 2b3c8dd93c248c2e294102c90b74e66a1f3b7fea (patch) | |
tree | 1a6e67c261283970b8c2b3aa12b6be132ce19997 | |
parent | 9ece9b665d8f4a3f31af6f93d04a298bb3864d66 (diff) | |
download | qpid-python-2b3c8dd93c248c2e294102c90b74e66a1f3b7fea.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/qpid@483979 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | cpp/README-dev | 28 |
1 files changed, 18 insertions, 10 deletions
diff --git a/cpp/README-dev b/cpp/README-dev index 5ff346cf4d..736591b053 100644 --- a/cpp/README-dev +++ b/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 == |