Setting up a GCC Compiler on Windows - scuacmw/Intro_to_C_and_Terminal_Workshop GitHub Wiki
If you don't have a Mac and are looking to use terminal on your Windows system, you've come to the right place!
-
Download the Mingw Installation manager(Link:https://sourceforge.net/projects/mingw/) Note: download to the default address(if not, change to C:\MinGW)
-
Open the manager, select "mingw-developer-toolkit", right click to mark fro installation
-
click on "Installation", select apply changes and then click "apply"
-
Go to "Environmental Variables" in control panel, add address of the manager to user variable "PATH"
-
Download all the tool from manager by using command "mingw-get install gcc" in terminal
-
You're set!
More information at: https://yichaoou.github.io/tutorials/software/2016/06/28/git-bash-install-gcc http://www.mingw.org/wiki/Getting_Started