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!

  1. Download the Mingw Installation manager(Link:https://sourceforge.net/projects/mingw/) Note: download to the default address(if not, change to C:\MinGW)

  2. Open the manager, select "mingw-developer-toolkit", right click to mark fro installation

  3. click on "Installation", select apply changes and then click "apply"

  4. Go to "Environmental Variables" in control panel, add address of the manager to user variable "PATH"

  5. Download all the tool from manager by using command "mingw-get install gcc" in terminal

  6. 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

⚠️ **GitHub.com Fallback** ⚠️