configure: error: C++ Compiler required to compile Anjuta
解决办法
yum install -y gcc gcc-c++
注!别忘了 -y
本文介绍了解决Anjuta配置错误的方法:通过安装GCC和GCC C++编译器来确保Anjuta能够正常编译。使用命令`yum install -y gcc gcc-c++`即可完成安装。
configure: error: C++ Compiler required to compile Anjuta
解决办法
yum install -y gcc gcc-c++
注!别忘了 -y
2319

被折叠的 条评论
为什么被折叠?