summaryrefslogtreecommitdiff
path: root/cpp/README-dev
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2006-12-13 00:26:30 +0000
committerAlan Conway <aconway@apache.org>2006-12-13 00:26:30 +0000
commitf6f325b0101da7d1f42a0a3766537bb7745d8330 (patch)
treeb15501c87f66020a24e9ba89114ba1b4f8ff5bdc /cpp/README-dev
parent19176def0ac87f7dc1e6208edb188000ed80025d (diff)
downloadqpid-python-f6f325b0101da7d1f42a0a3766537bb7745d8330.tar.gz
Sundry fixes to spec and build system for RPM packaging.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@486428 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/README-dev')
-rw-r--r--cpp/README-dev3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/README-dev b/cpp/README-dev
index eca566919b..fbc857193d 100644
--- a/cpp/README-dev
+++ b/cpp/README-dev
@@ -6,7 +6,8 @@ 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.
-
+
+ * GNU make <http://www.gnu.org/software/make/>
* autoconf <http://www.gnu.org/software/autoconf/>
* automake <http://www.gnu.org/software/automake/>
* cppunit <http://cppunit.sourceforge.net>