win_install_cygwin.cmd 268 B

123456789101112
  1. echo Download file: https://www.cygwin.com/setup-x86_64.exe
  2. setup-x86_64.exe -q -P dos2unix,wget,tar,untar,gzip,unzip,qawk,bzip2,git,vim,gcc-g++,make,grep,sed,find
  3. # wget rawgit.com/transcode-open/apt-cyg/master/apt-cyg
  4. # install apt-cyg /bin
  5. echo Finished
  6. pause