diff options
author | Alan Conway <aconway@apache.org> | 2007-01-05 18:34:08 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-01-05 18:34:08 +0000 |
commit | ab155e071abd6323978847090a67f3d301e97289 (patch) | |
tree | f7a1f88957be801fa4e7800ca7f59f0c78673462 | |
parent | c37fb7c4b27419cae13c45fb38e24506fd009ea4 (diff) | |
download | qpid-python-ab155e071abd6323978847090a67f3d301e97289.tar.gz |
Add refernece to prereqs in README-dist.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@493126 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | cpp/README-dev | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/cpp/README-dev b/cpp/README-dev index 9853c84069..577eca452b 100644 --- a/cpp/README-dev +++ b/cpp/README-dev @@ -6,10 +6,12 @@ sudo cp /usr/share/aclocal/pkg.m4 `aclocal --print-ac-dir` == Prerequisites == 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. +packages (or later) +We prefer to avoid spending time accommodating older versions of these +packages, so please make sure that you have the latest stable version. + + * All the prerequisites listed in README-dist. * GNU make <http://www.gnu.org/software/make/> * autoconf <http://www.gnu.org/software/autoconf/> * automake <http://www.gnu.org/software/automake/> |