grpc安装攻略(ubuntu)
grpc安装教程(ubuntu)
安装:
安装各种依赖包:
a) sudo apt-get install autoconf automake libtool make g++ unzip
b) sudo apt-get install libgflags-dev libgtest-dev
c) sudo apt-get install clang libc+±dev
git clone https://github.com/grpc/grpc.git
cd grpc
./test/distrib/cpp

