8 ms·
Check out msys/mingw. It's a challenging setup, minimal and supports gcc. Key difference with cygwin: no attempt at posix compliance. http://www.mingw.org/ htt
by jmatt 14y ago
Check out msys/mingw. It's a challenging setup, minimal and supports gcc. Key difference with cygwin: no attempt at posix compliance.
http://www.mingw.org/ http://www.mingw.org/
- tom9729 14y agoMinGW: http://sourceforge.net/projects/mingw/files/ http://sourceforge.net/projects/mingw/files/ Console2: http://sourceforge.net/projects/console/ http://sourceforge.net/projects/console/ MinGW comes with an installer that gives you GCC. Make sure you install MSYS as well (comes with bash, etc). Add the bin directories to your %PATH% when you're done. Then set Console to use bash as your default shell, and you have a pretty close setup to the command-line experience of Linux/Mac.
- lucian1900 14y agoIndeed, that setup works pretty well.