views:

211

answers:

3

Normally, I run Linux in a VM, however, most of my VMs are on an external HDD and I might or might not have one with me. I figure Cygwin would be a good alternative for lightweight functionality when I need something Linux like and don't have a VM on my laptop. But I'm having trouble getting the configuration right - I want the bare minimum for development + X11. Has anyone used Cygwin in this manner? If so, what suggestions do you have?

A: 

First define "bloated"

I've installed the base X11 packages, along with C/C++/Perl/Python, SSH, and every other development tool that I think I might occasionally use, and it totals 599 MB ... which isn't much IMO.

kdgregory
+2  A: 

First option: don't worry about "bloat" - install everything that comes to mind.

With a permanently-available internet connection, I've also taken a "just in time" approach - the Cygwin installer makes it easy to download and install whatever you need, as and when you discover you need it.

Brent.Longborough
+1  A: 

The only way here is trial-and-error. Start with an absolute minimal installation and add things as you find that you need them.

JesperE