Author: ra
Date: Thu May 15 05:42:02 2014
New Revision: 1594770

URL: http://svn.apache.org/r1594770
Log:
another centos update

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=1594770&r1=1594769&r2=1594770&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:42:02 
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. 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:
+Centos currently supplies 4.4.7 as the highest version of gcc. The Apache 
Thrift C++ libraries require a newer 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


Reply via email to