summaryrefslogtreecommitdiff
path: root/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
commit20a83ba3acd18fffdf20785ef8c39fb6c1997143 (patch)
tree3cc104cb2f04490b65ebc41baeaeade70cc07006 /cpp/INSTALL
parentd30c482b6a5070c5fcd97291c901ddcde77f351f (diff)
downloadqpid-python-20a83ba3acd18fffdf20785ef8c39fb6c1997143.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/qpid@780844 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/INSTALL')
-rw-r--r--cpp/INSTALL7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpp/INSTALL b/cpp/INSTALL
index e7103d2707..319a2b0a8e 100644
--- a/cpp/INSTALL
+++ b/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
===================