summaryrefslogtreecommitdiff
path: root/qpid/cpp/INSTALL
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2009-06-01 21:42:42 +0000
committerTed Ross <tross@apache.org>2009-06-01 21:42:42 +0000
commitbf3ef8a406b298cf0f2d8c8f2c622ec9b6fbc510 (patch)
tree882a9f78f27082b738d2d1bc713bd19660a49e29 /qpid/cpp/INSTALL
parent38947ae384fd2fb0d0e379f13e28392a15a54e5d (diff)
downloadqpid-python-bf3ef8a406b298cf0f2d8c8f2c622ec9b6fbc510.tar.gz
QPID-1874 - Add check for "swig" program in configure.ac. Mention in cpp/INSTALL.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@780844 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/INSTALL')
-rw-r--r--qpid/cpp/INSTALL7
1 files changed, 7 insertions, 0 deletions
diff --git a/qpid/cpp/INSTALL b/qpid/cpp/INSTALL
index e7103d2707..319a2b0a8e 100644
--- a/qpid/cpp/INSTALL
+++ b/qpid/cpp/INSTALL
@@ -84,6 +84,13 @@ all of the above plus:
NOTE: make sure to install the related '-devel' packages also!
+To build the QMF (Qpid Management Framework) bindings for Ruby and Python,
+the following must also be installed:
+
+ * ruby-devel
+ * python-devel
+ * swig <http://www.swig.org> (1.3.35)
+
2.2. How to Install
===================