Composer & Cygwin

Just tripped over the same problem and found a solution. Posting it here, just in case I’ll ever have to look it up again. Set up a bin directory right under /home/my-username: cd ~ mkdir bin Move the composer.phar (or any other of those nifty new PHP imps that are on the rise) into the … Read more

How to run make from Cygwin environment?

You have to install the make command. Run the Cygwin installation/configuration program, setup-x86_64.exe or setup-x86.exe (you should already have it, downloaded from here). When you get to the screen that lets you select packages to install, find make and select it (it’s probably under “Development” or something similar). Then you’ll be able to run make … Read more

How to make a symbolic link with Cygwin in Windows 7

In short, define the following environment variable: CYGWIN=winsymlinks:nativestrict According to Cygwin documentation: If set to winsymlinks:native or winsymlinks:nativestrict, Cygwin creates symlinks as native Windows symlinks on filesystems and OS versions supporting them. The difference between winsymlinks:native and winsymlinks:nativestrict is this: If the filesystem supports native symlinks and Cygwin fails to create a native symlink for … Read more

What packages should I install with Cygwin to make it not bloated but also have everything I would need as a developer? [closed]

Update: I’ve switched over to WSL since posting this answer. If you’re still using Cygwin give it a try. It’s not a drop-in replacement but it’s nicer in a number of ways. Personally, I find having to exit Cygwin just to install new packages annoying enough to try to avoid the just-in-time strategy, and fortunately … Read more

Installing additional packages for Cygwin

No, adding additional packages doesn’t modify the current settings. There is a package manager called apt-cyg which installes additional packages from command-line. To install apt-cyg follow the below steps: wget rawgit.com/transcode-open/apt-cyg/master/apt-cyg install apt-cyg /bin Note: wget should be installed for downloading the apt-cyg. To Use apt-cyg for installing additional package (after following the above steps): … Read more

Cygwin no available download site

I had the same issue. i changed my setting in “Select Your Internet Connection” to “Use Internet Explorer Proxy” instead of “Direct Connection”.It worked like a charm. I guess the issue is due to the proxy layer at work.