tetzank / qmenu_hud

a small menu search program, similar to Unity's HUD
Other
45 stars 3 forks source link

Installation unclear: No CMAKE_CXX_COMPILER could be found. #3

Closed edouard-lopez closed 8 years ago

edouard-lopez commented 8 years ago
  1. missing in requirement section: cmake
  2. you need to run cmake . (a single dot).
  3. No CMAKE_CXX_COMPILER could be found:
$ cmake .
-- The C compiler identification is GNU 5.4.0
-- The CXX compiler identification is unknown
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
CMake Error at CMakeLists.txt:11 (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 "/data/apps/qmenu_hud/CMakeFiles/CMakeOutput.log".
See also "/data/apps/qmenu_hud/CMakeFiles/CMakeError.log".
edouard-lopez commented 8 years ago

Install gcc and g++

apt-get install cmake gcc g++