WSL下cmake编译protobuf出错问题解决
情况
在win10下使用WSL + Ubuntu18.04 + VScode 进行开发
项目工程cmake用到protobuf无法编译通过,报Error
解决
缺少编译依赖,安装后顺利通过
sudo apt install protobuf-complier
在win10下使用WSL + Ubuntu18.04 + VScode 进行开发
项目工程cmake用到protobuf无法编译通过,报Error
缺少编译依赖,安装后顺利通过
sudo apt install protobuf-complier