webodf/WebODF

Cmpiller error

Opened this issue · 1 comments

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?

You are missing the G++ compiler, installing 'gcc-c++' fixed that problem for me
on openSUSE try: zypper in gcc-c++