Hello all. I'm new to C++ but not programming. I taught myself HTML and JavaScript and am taking a Computer Science class in which I'm learning Java. I wanted to start to learn C++ on my own. I just downloaded Bloodshed Dev C++ and have some questions about compile paths and such.
I remember when starting to learn Java, I needed to configure some folder/file paths for the compiler to work. I'm have to do the same with the C++ compiler but I don't know how...

When I start the C++ I get an error:
"There doesn't seem to be GNU Make file in PATH or in Dev-C++'s Bin path. Please make sure that you have GNU Make and adjust Bin settings or system PATH environment variable and that make setting in Compiler Option contains correct filename, otherwise you will not be able to compile anything."

When I open the Compiler Options I get the same alert popup twice...

I'm sure there is a simple answer to my question that I'm overlooking.

Thanks in advance for the help!