Skip to content

Instantly share code, notes, and snippets.

@trzecieu
Created April 13, 2015 06:58
Show Gist options
  • Save trzecieu/73effcbd74db61e97a00 to your computer and use it in GitHub Desktop.
Save trzecieu/73effcbd74db61e97a00 to your computer and use it in GitHub Desktop.
Install cygwin
@echo off
chdir D:\APP\CYGWIN_SETUP
IF NOT EXIST CYGWIN_SETUP (
mkdir CYGWIN_SETUP
)
chdir D:\APP\CYGWIN_SETUP
wget http://cygwin.com/setup-x86.exe -O setup-x86.exe
setup-x86 --arch x86 --quiet-mode --no-admin --no-startmenu --no-desktop --no-shortcuts --root C:\cygwin --site http://cygwin.mirror.constant.com --packages libuuid1,libuuid-devel,make,gettext-devel,libgettextpo-devel,libgettextpo0,libintl-devel,libintl3,libintl8,gettext
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment