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:58:21 UTC

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

Author: ra
Date: Thu May 15 05:58:21 2014
New Revision: 1594773

URL: http://svn.apache.org/r1594773
Log:
minor 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=1594773&r1=1594772&r2=1594773&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:58:21 2014
@@ -47,7 +47,7 @@ The Apache Thrift C++ library also requi
 	tar -xzvf boost_1_55_0.tar.gz
 	cd boost_1_55_0
 	./bootstrap.sh
-	./b2 install
+	sudo ./b2 install
 
 With the dependencies installed you can build and install the Apache Thrift C++ libraries within the scl shell:
 
@@ -55,7 +55,7 @@ With the dependencies installed you can 
 	./bootstrap.sh
 	./configure --with-lua=no
 	make
-	make install
+	sudo make install
 
 The Apache Thrift C++ libraries will be installed in /usr/local/lib. Once installed Apache Thrift RPC applications written in C++ can be compiled and linked with commands something like this: