Download from here

https://www.cygwin.com/

The setup file

Install in c:/

Done!

Questions:

What is Cygwin?

Cygwin is “a large collection of GNU and Open Source tools which provide functionality similar to a Linux distribution on Windows” so, basically many Linux software available in windows.

What can I do with Cygwin?

From basic stuff like install a c or c++ compiler to install complete toolchains or set of software for use or development (including a huge number of libraries) or even install environments like python, django, perl, ruby, r, mathematica, octave, imagemagic, gnuplot, etc. or even terminals like zsh, or fish! (it’s very powerfull).

How does it work?

  1. Download as per above instructions and get the file “setup-x86_64.exe” save it into C:/
  2. Double click and open
  3. Read if you would like and Click Next
  4. Select “Install from Internet”
  5. Select the root directory, let’s say c:\cygwin64 for all users, click next
  6. Select the local package directory, let’s say C:\CygwinPackages, click next
  7. Select use system proxy
  8. Select a repo (it could be whatever)
  9. Select the packages you wish to install and click next
  10. Click Next, install
  11. Click finish and that is all

By davs