Cmpiller error
Opened this issue · 1 comments
krab22 commented
Command: cmake ../webodf
Results in an error: CMake Error at CMakeLists.txt:5 (project): No CMAKE_CXX_COMPILER could be found.
What compiler must be installed and that it is necessary to register for a normal compilation?
danny-code24 commented
You are missing the G++ compiler, installing 'gcc-c++' fixed that problem for me
on openSUSE try: zypper in gcc-c++