centos7 安装grpc

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/sz76211822/article/details/83750996
 $ [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

猜你喜欢

转载自blog.csdn.net/sz76211822/article/details/83750996