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

svn commit: r908874 - in /websites/staging/thrift/trunk/content: ./ docs/install/centos.html

Author: buildbot
Date: Thu May 15 05:42:06 2014
New Revision: 908874

Log:
Staging update by buildbot for thrift

Modified:
    websites/staging/thrift/trunk/content/   (props changed)
    websites/staging/thrift/trunk/content/docs/install/centos.html

Propchange: websites/staging/thrift/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Thu May 15 05:42:06 2014
@@ -1 +1 @@
-1594769
+1594770

Modified: websites/staging/thrift/trunk/content/docs/install/centos.html
==============================================================================
--- websites/staging/thrift/trunk/content/docs/install/centos.html (original)
+++ websites/staging/thrift/trunk/content/docs/install/centos.html Thu May 15 05:42:06 2014
@@ -104,7 +104,7 @@
 </pre></div>
 
 
-<p>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:</p>
+<p>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:</p>
 <div class="codehilite"><pre><span class="n">sudo</span> <span class="n">yum</span> <span class="n">install</span> <span class="n">wget</span>
 <span class="n">sudo</span> <span class="n">wget</span> <span class="n">http</span><span class="p">:</span><span class="o">//</span><span class="n">people</span><span class="p">.</span><span class="n">centos</span><span class="p">.</span><span class="n">org</span><span class="o">/</span><span class="n">tru</span><span class="o">/</span><span class="n">devtools</span><span class="o">-</span>1<span class="p">.</span>1<span class="o">/</span><span class="n">devtools</span><span class="o">-</span>1<span class="p">.</span>1<span class="p">.</span><span class="n">repo</span> <span class="o">-</span><span class="n">P</span> <span class="o">/</span><span class="n">etc</span><span class="o">/</span><span class="n">yum</span><span class="p">.</span><span class="n">repos</span><span class="p">.</span><span class="n">d</span>
 <span class="n">sudo</span> <span class="n">sh</span> <span class="o">-</span><span class="n">c</span> <span class="s">&#39;echo &quot;enabled=1&quot; &gt;&gt; /etc/yum.repos.d/devtools-1.1.repo&#39;</span>