X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=documentation%2Fcygwin_install_list.txt;fp=documentation%2Fcygwin_install_list.txt;h=acd8d7775c871f938d4a091a34bbb927dc43123a;hb=b1ab3e2aefca2dd0b7850fa23d88bfc5f9a98490;hp=0000000000000000000000000000000000000000;hpb=94563cdf4ab63816d2d046fb69f0748a14f97554;p=feisty_meow.git diff --git a/documentation/cygwin_install_list.txt b/documentation/cygwin_install_list.txt new file mode 100644 index 00000000..acd8d777 --- /dev/null +++ b/documentation/cygwin_install_list.txt @@ -0,0 +1,65 @@ + +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... + +=========== + +using apt-cyg (https://github.com/transcode-open/apt-cyg), +this is the only command needed: + +apt-cyg install bc crypt emacs email expect gcc-g++ git gitk gvim inetutils \ + libcrypt-devel libcurl-devel libgnutls-devel make mutt ncftp openssh \ + openssl-devel perl python subversion time unzip util-linux vim xinit \ + xterm zip + + +=========== + +list broken out by category: + +shells: + python + perl + +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 + +libraries: + libcurl-devel + libgnutls-devel + openssl-devel + +build tools: + gcc4 + make + +x window support: + xterm + xinit +