[ CS1 common ]

Installing cygwin (with the devel packages)

In short:
  1. Go to Cygwin.com and click on the install Cygwin now icon.
  2. Follow the setup instructions until you come to the list of packages to be installed.
    By default cygwin does not install the c++ compiler so make sure you do the following steps below.
  3. Go down the list of packages that cygwin shows you till you see "devel".
  4. Next to the package name "devel", you should see an arrows icon and the word "Default"
  5. Click on the arrows icon once and wait - the "Default" should change to "Install"
  6. Then click on "Next" and wait for cygwin to finish installing
  7. Follow the instructions below to change the Path environmental variable in Windows.

Installing Eclipse

  1. Download Eclipse from the Eclipse website
  2. Unzip eclipse into the directory of your choice.
  3. Run Eclipse

Installing the Eclipse C/C++ Development toolkit

  1. Install the CDT extension
  2. Change the Path variable to include C:\cygwin\bin (Thanks to Mike)