フラミナル

考え方や調べたことを書き殴ります。IT技術系記事多め

【手順】CentOS7にgRPC CLI toolをインストールする方法

f:id:lirlia:20200417164540p:plain

手順

yum -y install  epel-release gcc-c++ gflags-develbin git
git clone https://github.com/grpc/grpc
cd grpc
git submodule update --init
make grpc_cli

これで./bins/opt/grpc_cliにインストールされました。