Skip to content

bherta/grpc-cmake-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

gRPC C++ example with CMake

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 52.8%
  • C++ 35.9%
  • Protocol Buffer 11.3%