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-WINDOWS | |
| 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-WINDOWS')
| -rw-r--r-- | qpid/cpp/INSTALL-WINDOWS | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/qpid/cpp/INSTALL-WINDOWS b/qpid/cpp/INSTALL-WINDOWS index 75fa69079e..c3578a3dba 100644 --- a/qpid/cpp/INSTALL-WINDOWS +++ b/qpid/cpp/INSTALL-WINDOWS @@ -41,9 +41,7 @@ Take these as a recommended minimum version. The following libraries and header files must be installed to build
from either a source checkout or a source distribution:
- * boost <http://www.boost.org> (1.35)(*)
-
-earlier versions of boost e.g. 1.33 also work
+ * boost <http://www.boost.org> (1.35)
To build from a source repository (SVN) checkout you will need boost plus:
@@ -51,6 +49,9 @@ To build from a source repository (SVN) checkout you will need boost plus: * python <http://www.python.org> (2.5.2)
* ruby <http://www.ruby-lang.org> (1.8.4)
+NOTE: Python 3.x is known to NOT work - please use 2.7 or earlier.
+Ruby should be prior to version 2.
+
Regardless of which type of build you perform, if you wish to run the full
test suite, you will need to have python, listed above, installed.
|
