git clone http://github.com/grpc/grpc.git
in a convenient directorygit checkout <tag>
(current is release-0_13
, commithash 78e04bbd
)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
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.10.0
from maven central.