centos7 安装grpc

 $ [sudo] apt-get install build-essential autoconf libtool pkg-config

If you plan to build from source and run tests, install the following as well:

 $ [sudo] apt-get install libgflags-dev libgtest-dev
 $ [sudo] apt-get install clang libc++-dev

 

参考地址:https://github.com/grpc/grpc/blob/master/BUILDING.md

你可能感兴趣的:(Linux)