Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 385 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 385 Bytes

gRPC C++

Dependencies

  • C++20
    • Note: Apple clang version 12.0.5 appears to have issues in make setup
  • RDK Dependencies
  • bazel
  • macOS
    • brew install openssl
    • export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/homebrew/opt/openssl/lib/pkgconfig
  • Run make setup buf

Server

  • Run make run_server

Client

  • Run make run_client