diff options
| author | Stephen D. Huston <shuston@apache.org> | 2013-07-12 20:23:43 +0000 |
|---|---|---|
| committer | Stephen D. Huston <shuston@apache.org> | 2013-07-12 20:23:43 +0000 |
| commit | 4af3b671aa91f9346648cc91eedf3b145881ea12 (patch) | |
| tree | bc1222b2ee15accc62d4fddea031dfc6deb77e9d /qpid/cpp/INSTALL | |
| parent | 6139c256a5a98fd92074e518f07b86714987564b (diff) | |
| download | qpid-python-4af3b671aa91f9346648cc91eedf3b145881ea12.tar.gz | |
Warn that python 3.x and ruby 2.x do not work. Related to QPID-4982.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1502669 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/INSTALL')
| -rw-r--r-- | qpid/cpp/INSTALL | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/qpid/cpp/INSTALL b/qpid/cpp/INSTALL index 8e05026d3e..e65a8654dd 100644 --- a/qpid/cpp/INSTALL +++ b/qpid/cpp/INSTALL @@ -150,10 +150,13 @@ all of the above plus: * doxygen <ftp://ftp.stack.nl/pub/users/dimitri/> (1.5.1) * graphviz <http://www.graphviz.org/> (2.12) * ruby 1.8 <http://www.ruby-lang.org> (1.8.4) - + * python 2.x <http://www.python.org> (2.4.3) NOTE: make sure to install the related '-devel' packages also!!!! +NOTE: Python 3.x is know to NOT work - please use 2.7 or earlier. +Ruby should be prior to version 2. + To build the QMF (Qpid Management Framework) bindings for Ruby and Python, the following must also be installed: |
