thebeginning
thebeginning

Reputation: 31

cygwin installation Windows 8.1

I downloaded Eclipse Neon and tried to work sample program but it's giving issue at

#include<stdio.h> 

Warning is:Unresolved inclusion: I went through some posts and found out we should install Cygwin to proceed working. While Installing Cygwin,there is an option Choose a download site and there are many links .I can't move to next step until I choose one of the links. What link should be chosen here? I have attached the screenshot of installation too. enter image description here

Upvotes: 0

Views: 90

Answers (1)

rbcvl
rbcvl

Reputation: 516

You can choose one of these links. It's exactly the same. After the installation, you have to change the PATH into your environment variables and add the path of the bin folder of Cygwin. You can test your installation with typing sys into the shell.

Upvotes: 1

Related Questions