@@ -12,26 +12,54 @@ We use [cmake](https://cmake.org) as build tool.
#### protobufConfig.cmake not found
If you encounter something like `protobufConfig.cmake` when doing `cmake ..` your system doesn't have the gRPC library installed at all or your installation doesn't have the required `protobufConfig.cmake` file. One approach is to fetch and build gRPC and ProtoBuf with cmake locally: