Before installing Pelles C (for windows7 64 bit)

Started by Kepler, February 05, 2015, 09:21:22 PM

Previous topic - Next topic

Kepler

Hi Members,

Today I am installing Pelles C for 64 bit windows7. I already have the GCC compiler installed. Do I need to uninstall this compiler prior to installing the Pelles C IDE?

Thank you

Vortex

Hi Kepler,

You don't have to uninstall anything. I have MinGW, Pelles C and Cygwin including gcc installed on my system. No any problem.
Code it... That's all...

Kepler

#2
Thank you Vortex. I will proceed with the installation of Pelles C.

To clarify my initial post, I have installed MinGW-GCC compiler.

Info on MinGW (Minimalist GNU for Windows) and GCC (GNU Compiler Collection) is here: 

http://en.wikipedia.org/wiki/MinGW
http://www.mingw.org/Welcome_to_MinGW_org
http://en.wikipedia.org/wiki/GNU_Compiler_Collection

Thank you