1. 根据以下指导配置OBS编译调试
http://www.jianshu.com/p/1dcc2208d01d
配置时遇到如下问题:
The C compiler identification is unknown
The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:3 (project):
No CMAKE_C_COMPILER could be found.
- 解决办法
当Visual Studio IDE成功安装时,它没有安装任何构建工具,因此没有安装C++编译器。 通过尝试在Visual
Studio 2015 GUI中手动创建C++项目,我可以提示它下载C++包。 Cmake然后能够找到编译器没有任何困难。