About 1,700,000 results
Open links in new tab
  1. What is the difference between Cygwin and MinGW?

    Apr 21, 2009 · What is Cygwin? Cygwin is a compatibility layer that makes it easy to port simple Unix-based applications to Windows, by emulating many of the basic interfaces that Unix …

  2. How do I install cygwin components from the command line?

    Is there a tool in the Cygwin package similar to apt-get on Debian or yum on redhat that allows me to install components from the command line?

  3. Defining aliases in Cygwin under Windows - Stack Overflow

    Mar 26, 2013 · Cygwin's /etc/passwd file (normally C:\Cygwin\etc\passwd from Windows). This will have a number of lines containing details of each user on the system; the seventh : …

  4. windows - Installing Make in Cygwin - Stack Overflow

    Feb 8, 2019 · For more (generic) details, check [Cygwin]: Installing and Updating Cygwin Packages. [Cygwin]: Cygwin FAQ - Does the Cygwin Setup program accept command-line …

  5. updates - How to install new packages on Cygwin? - Super User

    I installed the latest version of Cygwin with a number of packages. I soon realised that I need more packages (such as wget, etc) and I couldn't find a way to install the new packages …

  6. How do I execute a file in Cygwin? - Stack Overflow

    Aug 30, 2008 · How can I execute a.exe using the Cygwin shell? I created a C file in Eclipse on Windows and then used Cygwin to navigate to the directory. I called gcc on the C source file …

  7. How to install Python2.7 on Cygwin? - Stack Overflow

    Feb 16, 2024 · How to install Python2.7 on Cygwin? Asked 1 year, 8 months ago Modified 1 year, 2 months ago Viewed 1k times

  8. Where can I download an offline installer of Cygwin?

    Mar 19, 2009 · 80 I need an offline installer with most of the utilities commonly needed. Somehow the default installer confuses me with all its package selection. I installed Cygwin but I can't …

  9. windows - How can I open a cygwin terminal? - Stack Overflow

    Jan 5, 2016 · 3 When you install cygwin, it normally installs a ".bat" file at the top of the directory-tree containing cygwin, which can run a command-window. For example:  @echo off C: …

  10. How to navigate to a directory in C:\\ with Cygwin?

    213 I'll add something that helps me out a lot with cygwin. Whenever setting up a new system, I always do this ln -s /cygdrive/c /c This creates a symbolic link to /cygdrive/c with a new file …