You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by ra...@apache.org on 2014/05/15 07:41:08 UTC

svn commit: r1594769 - /thrift/cms-site/trunk/content/docs/install/centos.md

Author: ra
Date: Thu May 15 05:41:08 2014
New Revision: 1594769

URL: http://svn.apache.org/r1594769
Log:
update centos c++ lib docs

Modified:
    thrift/cms-site/trunk/content/docs/install/centos.md

Modified: thrift/cms-site/trunk/content/docs/install/centos.md
URL: http://svn.apache.org/viewvc/thrift/cms-site/trunk/content/docs/install/centos.md?rev=1594769&r1=1594768&r2=1594769&view=diff
==============================================================================
--- thrift/cms-site/trunk/content/docs/install/centos.md (original)
+++ thrift/cms-site/trunk/content/docs/install/centos.md Thu May 15 05:41:08 2014
@@ -31,7 +31,7 @@ The Apache Thrift IDL Compiler can gener
 
 	sudo yum install libevent-devel zlib-devel openssl-devel
 
-Centos currently supplies 4.4.7 as the highest version of gcc. RHEL/Centos provides a Software Collection facility (scl) which allows newer versions of development tools to be installed alongside the older versions required by the system. The following steps install g++ 4.7 and related tools alongside the base g++ 4.4.7:
+Centos currently supplies 4.4.7 as the highest version of gcc. The Apache Thrift C++ libraries require a new gcc version. RHEL/Centos provides a Software Collection facility (scl) which allows newer versions of development tools to be installed alongside the older versions required by the system. The following steps install g++ 4.7 and related tools alongside the base g++ 4.4.7:
 
 	sudo yum install wget
 	sudo wget http://people.centos.org/tru/devtools-1.1/devtools-1.1.repo -P /etc/yum.repos.d