Cmake 无法构建可执行文件

Cmake 无法构建可执行文件

尝试使用 Cmake 构建程序导致:

我@ubuntu-20-04:~/Downloads/UxPlay/build$ cmake ..

-- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:3 (project):
  No CMAKE_CXX_COMPILER could be found.

  Tell CMake where to find the compiler by setting either the environment
  variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
  to the compiler, or to the compiler name if it is in the PATH.


-- Configuring incomplete, errors occurred!
See also "/home/me/Downloads/UxPlay/build/CMakeFiles/CMakeOutput.log".
See also "/home/me/Downloads/UxPlay/build/CMakeFiles/CMakeError.log"

为了澄清一下,我正在尝试使用https://github.com/antimof/UxPlay/blob/master/,我按照自述文件中的构建说明进行操作

相关内容