Why choose bin vs src for Cygwin packages?

makansij picture makansij · Oct 5, 2014 · Viewed 7k times · Source

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

Answer

AlG picture AlG · Oct 6, 2014

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.