/grpc-cmake-example

gRPC C++ example with CMake

Primary LanguageCMake

Tested on Ubuntu 16.04 LTS

How to build

  • Install Protocol Buffers. Here's instruction
  • Install gRPC. Here's instruction
  • Change CMAKE_PREFIX_PATH variable in CMakeFiles.txt[7] according to your install prefixes
  • And build it
  mkdir build
  cd build
  cmake ..
  make