googlesamples / assistant-sdk-cpp

Example of Google Assistant gRPC in C++
Apache License 2.0
96 stars 44 forks source link

build grpc v1.32.0 using cmake #79

Open tewarid opened 4 years ago

tewarid commented 4 years ago

This PR has changes to tests/build.sh to build tag v1.32.0 of gRPC, latest release at the moment, for Raspbian 10. I've tested it with a Raspberry Pi 3 Model B Rev 1.2. Changes were also made to Makefile to fix build errors, and the readme to aid those performing a manual build.