Tested on Ubuntu 16.04 LTS
- 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