@@ -12,26 +12,54 @@ We use [cmake](https://cmake.org) as build tool.
...
@@ -12,26 +12,54 @@ We use [cmake](https://cmake.org) as build tool.
#### protobufConfig.cmake not found
#### 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:
If you encounter something like `PprotobufConfig.cmake` when doing
`cmake ..` your system doesn't have the gRPC library installed at all
1. Go to the build directory if you are not there
or your installation doesn't have the required `ProtobufConfig.cmake`