artyom-beilis / cppcms

CppCMS Framework
Other
443 stars 107 forks source link

Error in doc for building in debain #55

Closed pcouderc12 closed 5 years ago

pcouderc12 commented 5 years ago

After : cmake .. I get:
No CMAKE_CXX_COMPILER could be found.

I am trying to install g++. Anyway it is highly discouraging to get a failure when building a new tool. Please add g++ in the doc if it is the good solution page: http://cppcms.com/wikipp/en/page/cppcms_1x_build

artyom-beilis commented 5 years ago

It is like basic things - you need to have compiler - in general build-essential is the package for Debian/Ubuntu

pcouderc12 commented 5 years ago

ok, I see the explanation : I make it work in a lxd container which does not include build-essential. Aniway, build-essential is not needed but g++ is needed... I suggest you add it in http://cppcms.com/wikipp/en/page/cppcms_1x_build.