05-09-2011, 06:24 AM
MinGW is used by Code::Blocks and it is the Windows port of gcc (Linux and mac).
(Note that Qt SDK install it automatically and use it)
And it is very easy to use in a command prompt (but in most common IDE like Code::Blocks, you don't need to write that) :
Why use another compiler (exepted gcc) after that ?
(Note that Qt SDK install it automatically and use it)
And it is very easy to use in a command prompt (but in most common IDE like Code::Blocks, you don't need to write that) :
Code:
mingw32-make release
Why use another compiler (exepted gcc) after that ?