Author: ra
Date: Thu May 15 05:44:07 2014
New Revision: 1594771

URL: http://svn.apache.org/r1594771
Log:
final 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=1594771&r1=1594770&r2=1594771&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:44:07 
2014
@@ -57,7 +57,7 @@ With the dependencies installed you can 
        make
        make install
 
-The Apache Thrift C++ libraries will be installed in /usr/local/lib. Once 
install Apache Thrift RPC applications written in C++ can be compiled and 
linked with commands something like this:
+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:
 
        thrift -gen cpp myService.thrift
        g++  -Wall  -std=c++11  server.cpp  gen-cpp/myService.cpp  -lthrift  
-Wl,-rpath,/usr/local/lib  -oserver


Reply via email to