执行命令 报错 显示 `pkg-config --cflags --libs protobuf` 找不到。
g++ -std=c++17 hi.cpp hello.pb.cc -o binaryfilename `pkg-config --cflags --libs protobuf`
“g++: error: pkg-config --libs --cflags opencv: 没有那个文件或目录“错误的解决方案_lingchuxiao的博客-优快云博客
'' 替换为``。(键盘数字1左边的单引号。)双引号。