diff options
author | Gordon Sim <gsim@apache.org> | 2008-12-05 19:20:44 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2008-12-05 19:20:44 +0000 |
commit | beeca1c69ea040c8773e75e05a58c6476b7b7d36 (patch) | |
tree | 3fe87a388743911585b5faafaeed33bc349c763c | |
parent | 21823ed0eed8cb94142d89836cd5a6fd7c4bee97 (diff) | |
download | qpid-python-beeca1c69ea040c8773e75e05a58c6476b7b7d36.tar.gz |
Updated minimum gcc version as earlier version reported not to work anymore.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@723829 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | cpp/INSTALL | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cpp/INSTALL b/cpp/INSTALL index c95856ab76..317f576f36 100644 --- a/cpp/INSTALL +++ b/cpp/INSTALL @@ -51,7 +51,9 @@ a source distribution: * e2fsprogs <http://e2fsprogs.sourceforge.net/> (1.39) * pkgconfig <http://pkgconfig.freedesktop.org/wiki/> (0.21) -(*) earlier versions of boost e.g. 1.33 also work +(*) earlier versions of boost e.g. 1.33 also work and there is a patch +to get 1.32 working in the svn tree though that is only recommended as +a last resort. Optional cluster functionality requires: * openais <http://openais.org/> (0.80.3) @@ -65,7 +67,7 @@ Optional SSL support requires: * nspr <http://www.mozilla.org/projects/nspr/> Qpid has been built using the GNU C++ compiler: - * gcc <http://gcc.gnu.org/> (3.2.3) + * gcc <http://gcc.gnu.org/> (3.4.6) If you want to build directly from the SVN repository you will need all of the above plus: |