git clone http://github.com/grpc/grpc.git
in a convenient directorygit checkout <tag>
(current is v1.18.0
, commithash 007b721f
)mkdir -p third_party/grpc/src
cp -R <gRPC git tree>/src/{compiler,core,cpp} third_party/grpc/src
cp -R <gRPC git tree>/include third_party/grpc
rm -rf third_party/grpc/src/core/tsi/test_creds
patch -p3 < netinet_tcp_h.patch
v1.10.0
from https://github.com/grpc/grpc-javacp -R <grpc-java git tree>/compiler/src/java_plugin third_party/grpc/compiler/src
Download the necessary jars at version 1.20.0
from maven central.