How to Install Cygwin on Windows

First step: Check the System type of your computer (32 bit or 64 bit).

Second step:
http://cygwin.com/install.html
Download the Cygwin corresponding to your system type.

Step 3: Install and set-up Cygwin with the packages that you choose.

I recommend the following packages:
gcc-core
make
openssh
ssh
vim

Step 4:
Wait until Cygwin finishes downloading and installing the packages.

Step 5:
Finish and add to environment variables of the computer's system properties.

For 64 bit, add C:\cygwin64\bin; to the end of the environment variables.

What is Cygwin?
The Cygwin tools are ports of the popular GNU development tools for Microsoft Windows. They run thanks to the Cygwin library which provides the POSIX system calls and environment these programs expect.

With these tools installed, it is possible to write Windows console or GUI applications that make use of significant parts of the POSIX API. As a result, it is possible to easily port many Unix programs without the need for extensive changes to the source code. This includes configuring and building most of the available GNU software (including the packages included with the Cygwin development tools themselves) as well as lots of BSD tools and packages (including OpenSSH). Even if the development tools are of little to no use to you, you may have interest in the many standard POSIX utilities provided with the package. They can be used from one of the provided Unix shells like bash, tcsh or zsh, as well as from the standard Windows command shell if you have to for some sad reason.

0 comments:

 
google-site-verification: google18fa7bfb27754a8a.html google-site-verification: google089e704d9968b9b7.html