Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why choose bin vs src for Cygwin packages?

Why might one choose bin instead of src for Cygwin packages? And vice versa?

like image 724
makansij Avatar asked Oct 05 '14 20:10

makansij


People also ask

What site should I download Cygwin from?

Installation Steps Choose a download site. "http://mirrors.kernel.org" is a good choice. "http://cygwin.mirrors.hoobly.com" is another good one, in Pennsyvania. The next screen allows you to choose packages.

Where is Cygwin packages stored?

Once you have an existing Cygwin installation, the setup.exe chooser is also used to manage your Cygwin installation. Information on installed packages is kept in the /etc/setup/ directory of your Cygwin installation; if setup.exe cannot find this directory it will act as if you have no Cygwin installation.


1 Answers

By default you install the bin version, the final executable. If you are doing development work you can also install the source files so you can modify and update the tools and contribute to Cygwin directly.

like image 161
AlG Avatar answered Sep 30 '22 19:09

AlG