gRPC源码安装

成之众随

git clone https://github.com/grpc/grpc.git gRPC
cd gRPC
git submodule update --init
git show v1.30.0
git reset --hard [backid]

cmake ../.. -DCMAKE_BUILD_TYPE=Release -DgRPC_INSTALL=ON -DCMAKE_INSTALL_PREFIX=/usr/local -DBUILD_SHARED_LIBS=ON -DgRPC_BUILD_TESTS=OFF
make -j8

protoc --cpp_out=. helloworld.proto
protoc --grpc_out=. --plugin=protoc-gen-grpc=`which grpc_cpp_plugin` helloworld.proto

 



posted @ 2021-08-04 22:27  PKICA  阅读(13)  评论(0编辑  收藏  举报