Bear icon indicating copy to clipboard operation
Bear copied to clipboard

build: prefer use cmake version of gRPC

Open okhowang opened this issue 4 years ago • 3 comments

continuing discuss from https://github.com/rizsotto/Bear/pull/374#issuecomment-835801645

okhowang avatar May 10 '21 02:05 okhowang

@okhowang which distribution you've found that installs the CMake files? (I got fedora and arch linux, none of them have.)

rizsotto avatar May 11 '21 10:05 rizsotto

vcpkg's gRPC

okhowang avatar May 11 '21 14:05 okhowang

@okhowang which distribution you've found that installs the CMake files? (I got fedora and arch linux, none of them have.)

I currently maintain the grpc package in Fedora Linux.

This comment was true when it was written. However, since Fedora 35, gRPC is built with CMake instead of plain makefiles, and the CMake files are packaged in grpc-devel. This is also true for EPEL9. We do still ship the .pc files.

musicinmybrain avatar Dec 29 '22 16:12 musicinmybrain