情况

在win10下使用WSL + Ubuntu18.04 + VScode 进行开发
项目工程cmake用到protobuf无法编译通过,报Error

解决

缺少编译依赖,安装后顺利通过

sudo apt install protobuf-complier

相关文章:

  • 2021-06-22
  • 2022-12-23
  • 2021-08-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-13
  • 2021-07-01
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案