首页 > 其他 > 详细

grpc set up..

时间:2016-08-14 23:50:59      阅读:216      评论:0      收藏:0      [点我收藏+]

get the grpc source file.. 

 1 git clone https://github.com/grpc/grpc
 2 git submodule update --init --recursive
 3 cd third-party/protobuf
 4 ./autogen.sh    #this step consist of a step of curl getting gmock, might failed.. advice is to use thunder to download in advance.. for more info, see this file..
 5 ./configure --prefix=/usr
 6 make
 7 make install
 8 ldconfig
 9 export PKG_CONFIG_PATH=/lib/pkgconfig/
10 cd ../..
11 make
12 make install

 

grpc set up..

原文:http://www.cnblogs.com/sansna/p/5771219.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!