Created
April 13, 2015 06:58
-
-
Save trzecieu/73effcbd74db61e97a00 to your computer and use it in GitHub Desktop.
Install cygwin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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