码迷,mamicode.com
首页 > 其他好文 > 详细

grpc set up..

时间:2016-08-14 23:52:34      阅读:176      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!