tikv / grpc-rs

The gRPC library for Rust built on C Core library and futures
Apache License 2.0
1.81k stars 253 forks source link

CMake 3.22.1 doesn't work with grpcio #553

Closed zhucan closed 2 years ago

zhucan commented 2 years ago

cmake version 3.22.1; rust version 1.54.0 image

zhucan commented 2 years ago

Upgrade gcc's version from 4.8.x to 7.3.x, it's ok. It's needed to add the gcc's version to readme.

BusyJay commented 2 years ago

It's already in README under the Prerequisites section:

For Linux and MacOS, you also need to install gcc 4.9+ (or clang) too.

zhucan commented 2 years ago

/close