From 7d69f27238b36c8bea285a4eabc584b08305e581 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Mon, 30 Apr 2012 00:24:15 -0400 Subject: [PATCH] added a recommended list of things to install for cygwin on dosdows. --- doc/cygwin_install_list.txt | 46 +++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100755 doc/cygwin_install_list.txt diff --git a/doc/cygwin_install_list.txt b/doc/cygwin_install_list.txt new file mode 100755 index 00000000..2b08af73 --- /dev/null +++ b/doc/cygwin_install_list.txt @@ -0,0 +1,46 @@ +recommended packages to install in cygwin's setup +if you're going to use cygwin on windows: + +first, keep all the standard packages that cygwin will enable. +second, add these packages to get the full recommended set... + +shells: + python + perl + perl-win32-gui + perl-libwin32 + +network: + ncftp + openssh + +editors: + vim + gvim + emacs + +revision control: + git + gitk + subversion + +general tools: + bc + expect + util-linux + inetutils + email + mutt + unzip + zip + crypt + time + +build tools: + gcc4 + make + +x window support: + xterm + xinit + -- 2.34.1