|
Code::blocks for Ubuntu |
|
Under Ubuntu 18.04
Code::Blocks 16.01 installed from "Software Center".
Code::blocks comes naked without compiler nor plugins.
From Synaptic you can add codeblock-contribs
and cppcheck to make a lot of useful plugins available.
The C++ compiler can be installed as a component of build-essential
as suggested here
from synaptic or directly by sudo apt install build-essential