CS-FreeStyle / 10000-How-To-Do-in-CS

1 stars 0 forks source link

CMAKE: No CMAKE_CXX_COMPILER could be found #102

Open liuty10 opened 4 years ago

liuty10 commented 4 years ago

The compiler is a separate package that needs to be installed.

$sudo apt install build-essential

or

$sudo apt install g++