I am makeing a small mod to SMPlayer; the Linux version…
The make, sudo make install from the command line works, but I would like to have the project in an IDE.
I want to use CodeBlocks IDE, only because I’ve used it before, but if some other IDE is required, I can use that instead… (I use Codeblocks because it is simple, and that suits my current ability to handle an IDE)..
Is there some way to use SMPlayer’s Makefile, or some such thing?
Code::Blocks has builtin support for Makefile projects. See the FAQ.
Also you could just use vim or emacs 😉