You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ro...@apache.org on 2014/05/14 22:40:29 UTC

svn commit: r1594706 - /thrift/cms-site/trunk/content/docs/install/index.html

Author: roger
Date: Wed May 14 20:40:29 2014
New Revision: 1594706

URL: http://svn.apache.org/r1594706
Log:
update boost and java version

Modified:
    thrift/cms-site/trunk/content/docs/install/index.html

Modified: thrift/cms-site/trunk/content/docs/install/index.html
URL: http://svn.apache.org/viewvc/thrift/cms-site/trunk/content/docs/install/index.html?rev=1594706&r1=1594705&r2=1594706&view=diff
==============================================================================
--- thrift/cms-site/trunk/content/docs/install/index.html (original)
+++ thrift/cms-site/trunk/content/docs/install/index.html Wed May 14 20:40:29 2014
@@ -12,7 +12,7 @@ Apache Thrift's compiler is written in C
 * A relatively POSIX-compliant *NIX system
     * Cygwin or MinGW can be used on Windows
 * g++ 4.2
-* boost 1.40.0
+* boost 1.53.0
 * Runtime libraries for lex and yacc might be needed for the compiler.
 
 ## Requirements for building from source
@@ -28,11 +28,11 @@ Apache Thrift's compiler is written in C
 These are only required if you choose to build the libraries for the given language
 
 * C++
-    * Boost 1.40.0
+    * Boost 1.53.0
     * libevent (optional, to build the nonblocking server)
     * zlib (optional)
 * Java
-    * Java 1.5
+    * Java 1.7
     * Apache Ant
 * C#: Mono 1.2.4 (and pkg-config to detect it) or Visual Studio 2005+
 * Python 2.6 (including header files for extension modules)