Abhishek Kumar | 3a5592c | 2015-02-20 15:32:42 -0800 | [diff] [blame^] | 1 | #gRPC C++ Getting started |
2 | |||||
3 | First you need to install gRPC on your system. Follow the instructions here: | ||||
4 | [https://github.com/grpc/grpc/blob/master/INSTALL](https://github.com/grpc/grpc/INSTALL). | ||||
5 | |||||
6 | After installing, you can proceed to the [gRPC C++ Hello World tutorial](https://github.com/grpc/grpc-common/cpp/helloworld). | ||||
7 | |||||
8 | A more detailed tutorial is coming soon. |