首页 > TAG信息列表 > Varints

protobuf和grpc

一、grpc安装   在安装之前确保已经安装好了c/c++的编译环境(指令:sudo apt install -y build-essential autoconf libtool pkg-config)以及cmake、openssl等工具。   (1)下载grpc git clone https://github.com/grpc/grpc.git cd grpc git submodule update --init   (2)编译安