Skip to content

Instantly share code, notes, and snippets.

@ssmythe
Last active March 10, 2017 07:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssmythe/bc93e07b45fc18d7f1517d785b5f1673 to your computer and use it in GitHub Desktop.
Save ssmythe/bc93e07b45fc18d7f1517d785b5f1673 to your computer and use it in GitHub Desktop.
Install cygwin gcc-g++ and other dev tools
setup-x86_64.exe ^
--no-desktop ^
--quiet-mode ^
--disable-buggy-antivirus ^
--upgrade-also ^
--packages ^
curl,^
git,^
openssh,^
rsync,^
wget,^
vim,^
gcc-g++,^
gdb,^
make,^
cmake,^
diffutils,^
libmpfr-devel,^
libgmp-devel,^
libmpc-devel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment