I have been using bloodsheds dev C++ on windows but I want to make the switch to linux. I have codeblocks on a few plugins installed and I am looking at the window. I have a project I have been working on loaded and all I want to do is compile it on my system, and run it. Its a pretty simple little program using iostream and a few others. I click the "build and run" button, it tells me the project has not been built and asks me if I want to build it, I say yes. Build log says:
Compiling: /home/.../C++ projects/course project.cpp
/bin/sh: g++: not found
Process terminated with status 127 (0 minutes, 0 seconds)
0 errors, 0 warnings
And nothing happens.
I searched the website and this forum for a simple tutorial, and maybe I am just really bad at it, but I found nothing. A little getting started would be great

.